Html Css Color HEX #8E1B62 Jazzberry Jam

📋 copy color: '#8E1B62'

red 142 ◦ green 27 ◦ blue 98

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

Shades of Jazzberry Jam #8E1B62

Tints of Jazzberry Jam #8E1B62

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

 BLUE value IS 98 (38.67% from 255) = 36.7%

R = 53.18%
G = 10.11%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E1B62 (or 0x8E1B62) is known color: Jazzberry Jam. HEX triplet: 8E, 1B and 62. RGB value is (142,27,98). Sum of RGB (Red+Green+Blue) = 142+27+98=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B62 is #71E49D. Grayscale: #454545. Windows color (decimal): -7464094 or 6429582. OLE color: 6429582.

HSL color Cylindrical-coordinate representation of color #8E1B62: hue angle of 322.96º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B62 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 27 98 -
CMYK 0 0.81 0.31 0.44
HSL 322.96º 0.68% 0.33% -
HSV(B) 322.96º 0.81% 0.56% -
XYZ 13.75 7.42 12.26 -
YUV 69.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 142 27 98 0 0.81 0.31 0.44 322.96 0.68 0.33
Hex 8E 1B 62 0 51 1F 2C 143 44 21
Octal 216 33 142 0 121 37 54 503 104 41
Binary 10001110 11011 1100010 0 1010001 11111 101100 101000011 1000100 100001

Color Harmonies of #8E1B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B62

Black with #8E1B62

Text Example


Text Example

White with #8E1B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,27,98); }

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

background-color css

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

 a { background-color: rgb(142,27,98); }

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

border-color css

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

 span { border-color: rgb(142,27,98); }

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