Html Css Color HEX #9F185B Jazzberry Jam

📋 copy color: '#9F185B'

red 159 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #9F185B

Tints of Jazzberry Jam #9F185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 58.03%
G = 8.76%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F185B (or 0x9F185B) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 5B. RGB value is (159,24,91). Sum of RGB (Red+Green+Blue) = 159+24+91=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F185B is #60E7A4. Grayscale: #474747. Windows color (decimal): -6350757 or 5970079. OLE color: 5970079.

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

Color convert

RGB 159 24 91 -
CMYK 0 0.85 0.43 0.38
HSL 330.22º 0.74% 0.36% -
HSV(B) 330.22º 0.85% 0.62% -
XYZ 16.51 8.78 10.72 -
YUV 72 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 159 24 91 0 0.85 0.43 0.38 330.22 0.74 0.36
Hex 9F 18 5B 0 55 2B 26 14A 4A 24
Octal 237 30 133 0 125 53 46 512 112 44
Binary 10011111 11000 1011011 0 1010101 101011 100110 101001010 1001010 100100

Color Harmonies of #9F185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F185B

Black with #9F185B

Text Example


Text Example

White with #9F185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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