Html Css Color HEX #9F216A Jazzberry Jam

📋 copy color: '#9F216A'

red 159 ◦ green 33 ◦ blue 106

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

Shades of Jazzberry Jam #9F216A

Tints of Jazzberry Jam #9F216A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 53.36%
G = 11.07%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F216A (or 0x9F216A) is known color: Jazzberry Jam. HEX triplet: 9F, 21 and 6A. RGB value is (159,33,106). Sum of RGB (Red+Green+Blue) = 159+33+106=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F216A is #60DE95. Grayscale: #4E4E4E. Windows color (decimal): -6348438 or 6955423. OLE color: 6955423.

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

Color convert

RGB 159 33 106 -
CMYK 0 0.79 0.33 0.38
HSL 325.24º 0.66% 0.38% -
HSV(B) 325.24º 0.79% 0.62% -
XYZ 17.44 9.5 14.55 -
YUV 79 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 159 33 106 0 0.79 0.33 0.38 325.24 0.66 0.38
Hex 9F 21 6A 0 4F 21 26 145 42 26
Octal 237 41 152 0 117 41 46 505 102 46
Binary 10011111 100001 1101010 0 1001111 100001 100110 101000101 1000010 100110

Color Harmonies of #9F216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F216A

Black with #9F216A

Text Example


Text Example

White with #9F216A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,33,106); }

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

background-color css

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

 a { background-color: rgb(159,33,106); }

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

border-color css

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

 span { border-color: rgb(159,33,106); }

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