Html Css Color HEX #9C206C Jazzberry Jam

📋 copy color: '#9C206C'

red 156 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #9C206C

Tints of Jazzberry Jam #9C206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 52.7%
G = 10.81%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C206C (or 0x9C206C) is known color: Jazzberry Jam. HEX triplet: 9C, 20 and 6C. RGB value is (156,32,108). Sum of RGB (Red+Green+Blue) = 156+32+108=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C206C is #63DF93. Grayscale: #4D4D4D. Windows color (decimal): -6545300 or 7086236. OLE color: 7086236.

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

Color convert

RGB 156 32 108 -
CMYK 0 0.79 0.31 0.39
HSL 323.23º 0.66% 0.37% -
HSV(B) 323.23º 0.79% 0.61% -
XYZ 16.93 9.18 15.07 -
YUV 77.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 156 32 108 0 0.79 0.31 0.39 323.23 0.66 0.37
Hex 9C 20 6C 0 4F 1F 27 143 42 25
Octal 234 40 154 0 117 37 47 503 102 45
Binary 10011100 100000 1101100 0 1001111 11111 100111 101000011 1000010 100101

Color Harmonies of #9C206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C206C

Black with #9C206C

Text Example


Text Example

White with #9C206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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