Html Css Color HEX #9F206B Jazzberry Jam

📋 copy color: '#9F206B'

red 159 ◦ green 32 ◦ blue 107

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

Shades of Jazzberry Jam #9F206B

Tints of Jazzberry Jam #9F206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 53.36%
G = 10.74%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F206B (or 0x9F206B) is known color: Jazzberry Jam. HEX triplet: 9F, 20 and 6B. RGB value is (159,32,107). Sum of RGB (Red+Green+Blue) = 159+32+107=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F206B is #60DF94. Grayscale: #4E4E4E. Windows color (decimal): -6348693 or 7020703. OLE color: 7020703.

HSL color Cylindrical-coordinate representation of color #9F206B: hue angle of 324.57º 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 #9F206B is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 107 -
CMYK 0 0.80 0.33 0.38
HSL 324.57º 0.66% 0.37% -
HSV(B) 324.57º 0.8% 0.62% -
XYZ 17.47 9.47 14.82 -
YUV 78.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 159 32 107 0 0.80 0.33 0.38 324.57 0.66 0.37
Hex 9F 20 6B 0 50 21 26 145 42 25
Octal 237 40 153 0 120 41 46 505 102 45
Binary 10011111 100000 1101011 0 1010000 100001 100110 101000101 1000010 100101

Color Harmonies of #9F206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F206B

Black with #9F206B

Text Example


Text Example

White with #9F206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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