Html Css Color HEX #9C2065 Jazzberry Jam

📋 copy color: '#9C2065'

red 156 ◦ green 32 ◦ blue 101

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

Shades of Jazzberry Jam #9C2065

Tints of Jazzberry Jam #9C2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 53.98%
G = 11.07%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C2065 (or 0x9C2065) is known color: Jazzberry Jam. HEX triplet: 9C, 20 and 65. RGB value is (156,32,101). Sum of RGB (Red+Green+Blue) = 156+32+101=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2065 is #63DF9A. Grayscale: #4C4C4C. Windows color (decimal): -6545307 or 6627484. OLE color: 6627484.

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

Color convert

RGB 156 32 101 -
CMYK 0 0.79 0.35 0.39
HSL 326.61º 0.66% 0.37% -
HSV(B) 326.61º 0.79% 0.61% -
XYZ 16.58 9.04 13.18 -
YUV 76.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 156 32 101 0 0.79 0.35 0.39 326.61 0.66 0.37
Hex 9C 20 65 0 4F 23 27 147 42 25
Octal 234 40 145 0 117 43 47 507 102 45
Binary 10011100 100000 1100101 0 1001111 100011 100111 101000111 1000010 100101

Color Harmonies of #9C2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2065

Black with #9C2065

Text Example


Text Example

White with #9C2065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,32,101); }

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

background-color css

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

 a { background-color: rgb(156,32,101); }

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

border-color css

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

 span { border-color: rgb(156,32,101); }

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