Html Css Color HEX #9C0B5D Jazzberry Jam

📋 copy color: '#9C0B5D'

red 156 ◦ green 11 ◦ blue 93

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

Shades of Jazzberry Jam #9C0B5D

Tints of Jazzberry Jam #9C0B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.77%

R = 60%
G = 4.23%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C0B5D (or 0x9C0B5D) is known color: Jazzberry Jam. HEX triplet: 9C, 0B and 5D. RGB value is (156,11,93). Sum of RGB (Red+Green+Blue) = 156+11+93=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0B5D is #63F4A2. Grayscale: #3F3F3F. Windows color (decimal): -6550691 or 6097820. OLE color: 6097820.

HSL color Cylindrical-coordinate representation of color #9C0B5D: hue angle of 326.07º 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 #9C0B5D is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 11 93 -
CMYK 0 0.93 0.40 0.39
HSL 326.07º 0.87% 0.33% -
HSV(B) 326.07º 0.93% 0.61% -
XYZ 15.81 8.1 11.09 -
YUV 63.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 156 11 93 0 0.93 0.40 0.39 326.07 0.87 0.33
Hex 9C B 5D 0 5D 28 27 146 57 21
Octal 234 13 135 0 135 50 47 506 127 41
Binary 10011100 1011 1011101 0 1011101 101000 100111 101000110 1010111 100001

Color Harmonies of #9C0B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B5D

Black with #9C0B5D

Text Example


Text Example

White with #9C0B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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