Html Css Color HEX #9C0A4D Jazzberry Jam

📋 copy color: '#9C0A4D'

red 156 ◦ green 10 ◦ blue 77

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

Shades of Jazzberry Jam #9C0A4D

Tints of Jazzberry Jam #9C0A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.12%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 64.2%
G = 4.12%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C0A4D (or 0x9C0A4D) is known color: Jazzberry Jam. HEX triplet: 9C, 0A and 4D. RGB value is (156,10,77). Sum of RGB (Red+Green+Blue) = 156+10+77=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A4D is #63F5B2. Grayscale: #3D3D3D. Windows color (decimal): -6550963 or 5048988. OLE color: 5048988.

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

Color convert

RGB 156 10 77 -
CMYK 0 0.94 0.51 0.39
HSL 332.47º 0.88% 0.33% -
HSV(B) 332.47º 0.94% 0.61% -
XYZ 15.16 7.82 7.73 -
YUV 61.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 156 10 77 0 0.94 0.51 0.39 332.47 0.88 0.33
Hex 9C A 4D 0 5E 33 27 14C 58 21
Octal 234 12 115 0 136 63 47 514 130 41
Binary 10011100 1010 1001101 0 1011110 110011 100111 101001100 1011000 100001

Color Harmonies of #9C0A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0A4D

Black with #9C0A4D

Text Example


Text Example

White with #9C0A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,10,77); }

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

background-color css

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

 a { background-color: rgb(156,10,77); }

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

border-color css

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

 span { border-color: rgb(156,10,77); }

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