Html Css Color HEX #9B0250 Jazzberry Jam

📋 copy color: '#9B0250'

red 155 ◦ green 2 ◦ blue 80

#9B0250
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #9B0250

Tints of Jazzberry Jam #9B0250

RGB

 RED value IS 155 (60.94% from 255) = 65.4%

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 65.4%
G = 0.84%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9B0250 (or 0x9B0250) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 50. RGB value is (155,2,80). Sum of RGB (Red+Green+Blue) = 155+2+80=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0250 is #64FDAF. Grayscale: #383838. Windows color (decimal): -6618544 or 5243547. OLE color: 5243547.

HSL color Cylindrical-coordinate representation of color #9B0250: hue angle of 329.41º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0250 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 2 80 -
CMYK 0 0.99 0.48 0.39
HSL 329.41º 0.97% 0.31% -
HSV(B) 329.41º 0.99% 0.61% -
XYZ 14.99 7.59 8.26 -
YUV 56.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 155 2 80 0 0.99 0.48 0.39 329.41 0.97 0.31
Hex 9B 2 50 0 63 30 27 149 61 1F
Octal 233 2 120 0 143 60 47 511 141 37
Binary 10011011 10 1010000 0 1100011 110000 100111 101001001 1100001 11111

Color Harmonies of #9B0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0250

Black with #9B0250

Text Example


Text Example

White with #9B0250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B0250; }

 p { color: rgb(155,2,80); }

 H1.HeaderClassName
 {
   color: #9B0250;
 }
 .AnyTagClassName
 {
   color: #9B0250;
 }
</style>

background-color css

<style>
 a { background-color: #9B0250; }

 a { background-color: rgb(155,2,80); }

 div.DivClassName
 {
   background-color: #9B0250;
 }
 .BgClassName
 {
   background-color: #9B0250;
 }
</style>

border-color css

<style>
 span { border-color: #9B0250; }

 span { border-color: rgb(155,2,80); }

 td.TdClassName
 {
   border-color: #9B0250;
 }
 .TagClassName
 {
   border-color: #9B0250;
 }
</style>