Html Css Color HEX #9C206D Jazzberry Jam

📋 copy color: '#9C206D'

red 156 ◦ green 32 ◦ blue 109

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

Shades of Jazzberry Jam #9C206D

Tints of Jazzberry Jam #9C206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.7%

R = 52.53%
G = 10.77%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C206D (or 0x9C206D) is known color: Jazzberry Jam. HEX triplet: 9C, 20 and 6D. RGB value is (156,32,109). Sum of RGB (Red+Green+Blue) = 156+32+109=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C206D is #63DF92. Grayscale: #4D4D4D. Windows color (decimal): -6545299 or 7151772. OLE color: 7151772.

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

Color convert

RGB 156 32 109 -
CMYK 0 0.79 0.30 0.39
HSL 322.74º 0.66% 0.37% -
HSV(B) 322.74º 0.79% 0.61% -
XYZ 16.99 9.21 15.35 -
YUV 77.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 156 32 109 0 0.79 0.30 0.39 322.74 0.66 0.37
Hex 9C 20 6D 0 4F 1E 27 143 42 25
Octal 234 40 155 0 117 36 47 503 102 45
Binary 10011100 100000 1101101 0 1001111 11110 100111 101000011 1000010 100101

Color Harmonies of #9C206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C206D

Black with #9C206D

Text Example


Text Example

White with #9C206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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