Html Css Color HEX #9C0859 Jazzberry Jam

📋 copy color: '#9C0859'

red 156 ◦ green 8 ◦ blue 89

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

Shades of Jazzberry Jam #9C0859

Tints of Jazzberry Jam #9C0859

RGB

 RED value IS 156 (61.33% from 255) = 61.66%

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 61.66%
G = 3.16%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9C0859 (or 0x9C0859) is known color: Jazzberry Jam. HEX triplet: 9C, 08 and 59. RGB value is (156,8,89). Sum of RGB (Red+Green+Blue) = 156+8+89=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0859 is #63F7A6. Grayscale: #3D3D3D. Windows color (decimal): -6551463 or 5834908. OLE color: 5834908.

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

Color convert

RGB 156 8 89 -
CMYK 0 0.95 0.43 0.39
HSL 327.16º 0.9% 0.32% -
HSV(B) 327.16º 0.95% 0.61% -
XYZ 15.6 7.96 10.17 -
YUV 61.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 156 8 89 0 0.95 0.43 0.39 327.16 0.9 0.32
Hex 9C 8 59 0 5F 2B 27 147 5A 20
Octal 234 10 131 0 137 53 47 507 132 40
Binary 10011100 1000 1011001 0 1011111 101011 100111 101000111 1011010 100000

Color Harmonies of #9C0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0859

Black with #9C0859

Text Example


Text Example

White with #9C0859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,8,89); }

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

background-color css

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

 a { background-color: rgb(156,8,89); }

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

border-color css

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

 span { border-color: rgb(156,8,89); }

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