Html Css Color HEX #9F1955 Jazzberry Jam

📋 copy color: '#9F1955'

red 159 ◦ green 25 ◦ blue 85

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

Shades of Jazzberry Jam #9F1955

Tints of Jazzberry Jam #9F1955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 59.11%
G = 9.29%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F1955 (or 0x9F1955) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 55. RGB value is (159,25,85). Sum of RGB (Red+Green+Blue) = 159+25+85=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1955 is #60E6AA. Grayscale: #474747. Windows color (decimal): -6350507 or 5577119. OLE color: 5577119.

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

Color convert

RGB 159 25 85 -
CMYK 0 0.84 0.47 0.38
HSL 333.13º 0.73% 0.36% -
HSV(B) 333.13º 0.84% 0.62% -
XYZ 16.29 8.72 9.42 -
YUV 71.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 159 25 85 0 0.84 0.47 0.38 333.13 0.73 0.36
Hex 9F 19 55 0 54 2F 26 14D 49 24
Octal 237 31 125 0 124 57 46 515 111 44
Binary 10011111 11001 1010101 0 1010100 101111 100110 101001101 1001001 100100

Color Harmonies of #9F1955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1955

Black with #9F1955

Text Example


Text Example

White with #9F1955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,85); }

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

background-color css

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

 a { background-color: rgb(159,25,85); }

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

border-color css

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

 span { border-color: rgb(159,25,85); }

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