Html Css Color HEX #9F186A Jazzberry Jam

📋 copy color: '#9F186A'

red 159 ◦ green 24 ◦ blue 106

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

Shades of Jazzberry Jam #9F186A

Tints of Jazzberry Jam #9F186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

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

R = 55.02%
G = 8.3%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F186A (or 0x9F186A) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 6A. RGB value is (159,24,106). Sum of RGB (Red+Green+Blue) = 159+24+106=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F186A is #60E795. Grayscale: #494949. Windows color (decimal): -6350742 or 6953119. OLE color: 6953119.

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

Color convert

RGB 159 24 106 -
CMYK 0 0.85 0.33 0.38
HSL 323.56º 0.74% 0.36% -
HSV(B) 323.56º 0.85% 0.62% -
XYZ 17.23 9.06 14.48 -
YUV 73.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 159 24 106 0 0.85 0.33 0.38 323.56 0.74 0.36
Hex 9F 18 6A 0 55 21 26 144 4A 24
Octal 237 30 152 0 125 41 46 504 112 44
Binary 10011111 11000 1101010 0 1010101 100001 100110 101000100 1001010 100100

Color Harmonies of #9F186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F186A

Black with #9F186A

Text Example


Text Example

White with #9F186A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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