Html Css Color HEX #8E0951 Jazzberry Jam

📋 copy color: '#8E0951'

red 142 ◦ green 9 ◦ blue 81

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

Shades of Jazzberry Jam #8E0951

Tints of Jazzberry Jam #8E0951

RGB

 RED value IS 142 (55.86% from 255) = 61.21%

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 61.21%
G = 3.88%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8E0951 (or 0x8E0951) is known color: Jazzberry Jam. HEX triplet: 8E, 09 and 51. RGB value is (142,9,81). Sum of RGB (Red+Green+Blue) = 142+9+81=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0951 is #71F6AE. Grayscale: #383838. Windows color (decimal): -7468719 or 5310862. OLE color: 5310862.

HSL color Cylindrical-coordinate representation of color #8E0951: hue angle of 327.52º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0951 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 9 81 -
CMYK 0 0.94 0.43 0.44
HSL 327.52º 0.88% 0.3% -
HSV(B) 327.52º 0.94% 0.56% -
XYZ 12.74 6.54 8.38 -
YUV 56.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 142 9 81 0 0.94 0.43 0.44 327.52 0.88 0.3
Hex 8E 9 51 0 5E 2B 2C 148 58 1E
Octal 216 11 121 0 136 53 54 510 130 36
Binary 10001110 1001 1010001 0 1011110 101011 101100 101001000 1011000 11110

Color Harmonies of #8E0951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0951

Black with #8E0951

Text Example


Text Example

White with #8E0951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E0951; }

 p { color: rgb(142,9,81); }

 H1.HeaderClassName
 {
   color: #8E0951;
 }
 .AnyTagClassName
 {
   color: #8E0951;
 }
</style>

background-color css

<style>
 a { background-color: #8E0951; }

 a { background-color: rgb(142,9,81); }

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

border-color css

<style>
 span { border-color: #8E0951; }

 span { border-color: rgb(142,9,81); }

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