Html Css Color HEX #9B0559 Jazzberry Jam

📋 copy color: '#9B0559'

red 155 ◦ green 5 ◦ blue 89

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

Shades of Jazzberry Jam #9B0559

Tints of Jazzberry Jam #9B0559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 62.25%
G = 2.01%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B0559 (or 0x9B0559) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 59. RGB value is (155,5,89). Sum of RGB (Red+Green+Blue) = 155+5+89=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0559 is #64FAA6. Grayscale: #3B3B3B. Windows color (decimal): -6617767 or 5834139. OLE color: 5834139.

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

Color convert

RGB 155 5 89 -
CMYK 0 0.97 0.43 0.39
HSL 326.4º 0.94% 0.31% -
HSV(B) 326.4º 0.97% 0.61% -
XYZ 15.38 7.8 10.15 -
YUV 59.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 155 5 89 0 0.97 0.43 0.39 326.4 0.94 0.31
Hex 9B 5 59 0 61 2B 27 146 5E 1F
Octal 233 5 131 0 141 53 47 506 136 37
Binary 10011011 101 1011001 0 1100001 101011 100111 101000110 1011110 11111

Color Harmonies of #9B0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0559

Black with #9B0559

Text Example


Text Example

White with #9B0559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,89); }

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

background-color css

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

 a { background-color: rgb(155,5,89); }

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

border-color css

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

 span { border-color: rgb(155,5,89); }

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