Html Css Color HEX #9E1851 Jazzberry Jam

📋 copy color: '#9E1851'

red 158 ◦ green 24 ◦ blue 81

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

Shades of Jazzberry Jam #9E1851

Tints of Jazzberry Jam #9E1851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 60.08%
G = 9.13%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9E1851 (or 0x9E1851) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 51. RGB value is (158,24,81). Sum of RGB (Red+Green+Blue) = 158+24+81=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1851 is #61E7AE. Grayscale: #464646. Windows color (decimal): -6416303 or 5314718. OLE color: 5314718.

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

Color convert

RGB 158 24 81 -
CMYK 0 0.85 0.49 0.38
HSL 334.48º 0.74% 0.36% -
HSV(B) 334.48º 0.85% 0.62% -
XYZ 15.91 8.52 8.59 -
YUV 70.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 158 24 81 0 0.85 0.49 0.38 334.48 0.74 0.36
Hex 9E 18 51 0 55 31 26 14E 4A 24
Octal 236 30 121 0 125 61 46 516 112 44
Binary 10011110 11000 1010001 0 1010101 110001 100110 101001110 1001010 100100

Color Harmonies of #9E1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1851

Black with #9E1851

Text Example


Text Example

White with #9E1851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,24,81); }

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

background-color css

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

 a { background-color: rgb(158,24,81); }

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

border-color css

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

 span { border-color: rgb(158,24,81); }

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