Html Css Color HEX #9E1871 Jazzberry Jam

📋 copy color: '#9E1871'

red 158 ◦ green 24 ◦ blue 113

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

Shades of Jazzberry Jam #9E1871

Tints of Jazzberry Jam #9E1871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 53.56%
G = 8.14%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E1871 (or 0x9E1871) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 71. RGB value is (158,24,113). Sum of RGB (Red+Green+Blue) = 158+24+113=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1871 is #61E78E. Grayscale: #494949. Windows color (decimal): -6416271 or 7411870. OLE color: 7411870.

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

Color convert

RGB 158 24 113 -
CMYK 0 0.85 0.28 0.38
HSL 320.15º 0.74% 0.36% -
HSV(B) 320.15º 0.85% 0.62% -
XYZ 17.41 9.11 16.46 -
YUV 74.21 149.89 187.76 -
System Red Green Blue C M Y K H S L
Decimal 158 24 113 0 0.85 0.28 0.38 320.15 0.74 0.36
Hex 9E 18 71 0 55 1C 26 140 4A 24
Octal 236 30 161 0 125 34 46 500 112 44
Binary 10011110 11000 1110001 0 1010101 11100 100110 101000000 1001010 100100

Color Harmonies of #9E1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1871

Black with #9E1871

Text Example


Text Example

White with #9E1871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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