Html Css Color HEX #9C0F58 Jazzberry Jam

📋 copy color: '#9C0F58'

red 156 ◦ green 15 ◦ blue 88

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

Shades of Jazzberry Jam #9C0F58

Tints of Jazzberry Jam #9C0F58

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.79%

 BLUE value IS 88 (34.77% from 255) = 33.98%

R = 60.23%
G = 5.79%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C0F58 (or 0x9C0F58) is known color: Jazzberry Jam. HEX triplet: 9C, 0F and 58. RGB value is (156,15,88). Sum of RGB (Red+Green+Blue) = 156+15+88=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F58 is #63F0A7. Grayscale: #414141. Windows color (decimal): -6549672 or 5771164. OLE color: 5771164.

HSL color Cylindrical-coordinate representation of color #9C0F58: hue angle of 328.94º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F58 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 15 88 -
CMYK 0 0.90 0.44 0.39
HSL 328.94º 0.82% 0.34% -
HSV(B) 328.94º 0.9% 0.61% -
XYZ 15.64 8.11 9.97 -
YUV 65.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 156 15 88 0 0.90 0.44 0.39 328.94 0.82 0.34
Hex 9C F 58 0 5A 2C 27 149 52 22
Octal 234 17 130 0 132 54 47 511 122 42
Binary 10011100 1111 1011000 0 1011010 101100 100111 101001001 1010010 100010

Color Harmonies of #9C0F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0F58

Black with #9C0F58

Text Example


Text Example

White with #9C0F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,15,88); }

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

background-color css

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

 a { background-color: rgb(156,15,88); }

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

border-color css

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

 span { border-color: rgb(156,15,88); }

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