Html Css Color HEX #9C0B5A Jazzberry Jam

📋 copy color: '#9C0B5A'

red 156 ◦ green 11 ◦ blue 90

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

Shades of Jazzberry Jam #9C0B5A

Tints of Jazzberry Jam #9C0B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 60.7%
G = 4.28%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C0B5A (or 0x9C0B5A) is known color: Jazzberry Jam. HEX triplet: 9C, 0B and 5A. RGB value is (156,11,90). Sum of RGB (Red+Green+Blue) = 156+11+90=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0B5A is #63F4A5. Grayscale: #3F3F3F. Windows color (decimal): -6550694 or 5901212. OLE color: 5901212.

HSL color Cylindrical-coordinate representation of color #9C0B5A: hue angle of 327.31º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B5A is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 11 90 -
CMYK 0 0.93 0.42 0.39
HSL 327.31º 0.87% 0.33% -
HSV(B) 327.31º 0.93% 0.61% -
XYZ 15.68 8.05 10.4 -
YUV 63.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 156 11 90 0 0.93 0.42 0.39 327.31 0.87 0.33
Hex 9C B 5A 0 5D 2A 27 147 57 21
Octal 234 13 132 0 135 52 47 507 127 41
Binary 10011100 1011 1011010 0 1011101 101010 100111 101000111 1010111 100001

Color Harmonies of #9C0B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B5A

Black with #9C0B5A

Text Example


Text Example

White with #9C0B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,11,90); }

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

background-color css

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

 a { background-color: rgb(156,11,90); }

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

border-color css

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

 span { border-color: rgb(156,11,90); }

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