Html Css Color HEX #9F186D Jazzberry Jam

📋 copy color: '#9F186D'

red 159 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #9F186D

Tints of Jazzberry Jam #9F186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 54.45%
G = 8.22%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F186D (or 0x9F186D) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 6D. RGB value is (159,24,109). Sum of RGB (Red+Green+Blue) = 159+24+109=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F186D is #60E792. Grayscale: #494949. Windows color (decimal): -6350739 or 7149727. OLE color: 7149727.

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

Color convert

RGB 159 24 109 -
CMYK 0 0.85 0.31 0.38
HSL 322.22º 0.74% 0.36% -
HSV(B) 322.22º 0.85% 0.62% -
XYZ 17.39 9.13 15.31 -
YUV 74.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 159 24 109 0 0.85 0.31 0.38 322.22 0.74 0.36
Hex 9F 18 6D 0 55 1F 26 142 4A 24
Octal 237 30 155 0 125 37 46 502 112 44
Binary 10011111 11000 1101101 0 1010101 11111 100110 101000010 1001010 100100

Color Harmonies of #9F186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F186D

Black with #9F186D

Text Example


Text Example

White with #9F186D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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