Html Css Color HEX #9C165E Jazzberry Jam

📋 copy color: '#9C165E'

red 156 ◦ green 22 ◦ blue 94

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

Shades of Jazzberry Jam #9C165E

Tints of Jazzberry Jam #9C165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 57.35%
G = 8.09%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C165E (or 0x9C165E) is known color: Jazzberry Jam. HEX triplet: 9C, 16 and 5E. RGB value is (156,22,94). Sum of RGB (Red+Green+Blue) = 156+22+94=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C165E is #63E9A1. Grayscale: #464646. Windows color (decimal): -6547874 or 6166172. OLE color: 6166172.

HSL color Cylindrical-coordinate representation of color #9C165E: hue angle of 327.76º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C165E is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 22 94 -
CMYK 0 0.86 0.40 0.39
HSL 327.76º 0.75% 0.35% -
HSV(B) 327.76º 0.86% 0.61% -
XYZ 16.02 8.45 11.38 -
YUV 70.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 156 22 94 0 0.86 0.40 0.39 327.76 0.75 0.35
Hex 9C 16 5E 0 56 28 27 148 4B 23
Octal 234 26 136 0 126 50 47 510 113 43
Binary 10011100 10110 1011110 0 1010110 101000 100111 101001000 1001011 100011

Color Harmonies of #9C165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C165E

Black with #9C165E

Text Example


Text Example

White with #9C165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,22,94); }

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

background-color css

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

 a { background-color: rgb(156,22,94); }

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

border-color css

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

 span { border-color: rgb(156,22,94); }

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