Html Css Color HEX #9E1959 Jazzberry Jam

📋 copy color: '#9E1959'

red 158 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #9E1959

Tints of Jazzberry Jam #9E1959

RGB

 RED value IS 158 (62.11% from 255) = 58.09%

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

 BLUE value IS 89 (35.16% from 255) = 32.72%

R = 58.09%
G = 9.19%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9E1959 (or 0x9E1959) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 59. RGB value is (158,25,89). Sum of RGB (Red+Green+Blue) = 158+25+89=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1959 is #61E6A6. Grayscale: #474747. Windows color (decimal): -6416039 or 5839262. OLE color: 5839262.

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

Color convert

RGB 158 25 89 -
CMYK 0 0.84 0.44 0.38
HSL 331.13º 0.73% 0.36% -
HSV(B) 331.13º 0.84% 0.62% -
XYZ 16.25 8.69 10.27 -
YUV 72.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 158 25 89 0 0.84 0.44 0.38 331.13 0.73 0.36
Hex 9E 19 59 0 54 2C 26 14B 49 24
Octal 236 31 131 0 124 54 46 513 111 44
Binary 10011110 11001 1011001 0 1010100 101100 100110 101001011 1001001 100100

Color Harmonies of #9E1959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1959

Black with #9E1959

Text Example


Text Example

White with #9E1959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,25,89); }

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

background-color css

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

 a { background-color: rgb(158,25,89); }

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

border-color css

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

 span { border-color: rgb(158,25,89); }

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