Html Css Color HEX #8E3158 Rose Bud Cherry

📋 copy color: '#8E3158'

red 142 ◦ green 49 ◦ blue 88

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

Shades of Rose Bud Cherry #8E3158

Tints of Rose Bud Cherry #8E3158

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 50.9%
G = 17.56%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E3158 (or 0x8E3158) is known color: Rose Bud Cherry. HEX triplet: 8E, 31 and 58. RGB value is (142,49,88). Sum of RGB (Red+Green+Blue) = 142+49+88=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3158 is #71CEA7. Grayscale: #515151. Windows color (decimal): -7458472 or 5779854. OLE color: 5779854.

HSL color Cylindrical-coordinate representation of color #8E3158: hue angle of 334.84º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3158 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 49 88 -
CMYK 0 0.65 0.38 0.44
HSL 334.84º 0.49% 0.37% -
HSV(B) 334.84º 0.65% 0.56% -
XYZ 14.02 8.65 10.16 -
YUV 81.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 142 49 88 0 0.65 0.38 0.44 334.84 0.49 0.37
Hex 8E 31 58 0 41 26 2C 14F 31 25
Octal 216 61 130 0 101 46 54 517 61 45
Binary 10001110 110001 1011000 0 1000001 100110 101100 101001111 110001 100101

Color Harmonies of #8E3158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3158

Black with #8E3158

Text Example


Text Example

White with #8E3158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,88); }

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

background-color css

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

 a { background-color: rgb(142,49,88); }

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

border-color css

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

 span { border-color: rgb(142,49,88); }

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