Html Css Color HEX #9F206C Jazzberry Jam

📋 copy color: '#9F206C'

red 159 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #9F206C

Tints of Jazzberry Jam #9F206C

RGB

 RED value IS 159 (62.5% from 255) = 53.18%

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

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

R = 53.18%
G = 10.7%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F206C (or 0x9F206C) is known color: Jazzberry Jam. HEX triplet: 9F, 20 and 6C. RGB value is (159,32,108). Sum of RGB (Red+Green+Blue) = 159+32+108=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F206C is #60DF93. Grayscale: #4E4E4E. Windows color (decimal): -6348692 or 7086239. OLE color: 7086239.

HSL color Cylindrical-coordinate representation of color #9F206C: hue angle of 324.09º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F206C is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 108 -
CMYK 0 0.80 0.32 0.38
HSL 324.09º 0.66% 0.37% -
HSV(B) 324.09º 0.8% 0.62% -
XYZ 17.52 9.49 15.09 -
YUV 78.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 159 32 108 0 0.80 0.32 0.38 324.09 0.66 0.37
Hex 9F 20 6C 0 50 20 26 144 42 25
Octal 237 40 154 0 120 40 46 504 102 45
Binary 10011111 100000 1101100 0 1010000 100000 100110 101000100 1000010 100101

Color Harmonies of #9F206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F206C

Black with #9F206C

Text Example


Text Example

White with #9F206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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