#8E3166

Color #8E3166 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8E3166

Tints of Rose Bud Cherry #8E3166

Color information

#8E3166 (or 0x8E3166) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 31 and 66. RGB value is (142,49,102). Sum of RGB (Red+Green+Blue) = 142+49+102=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3166 is #71CE99. Grayscale: #525252. Windows color (decimal): -7458458 or 6697358. OLE color: 6697358.

HSL color Cylindrical-coordinate representation of color #8E3166: hue angle of 325.81º 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 #8E3166 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB14249102-
CMYK00.650.280.44
HSL325.81º48.69%37.45%-
HSV(B)325.81º65.49%55.69%-
XYZ14.658.9113.52-
YUV82.85138.81170.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.46%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=48.46%
G=16.72%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424910200.650.280.44325.8148.6937.45
Hex8E31660411C2C1463125
Octal21661146010134545066145
Binary1000111011000111001100100000111100101100101000110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E3166;
 }
 .AnyTagClassName
 {
   color: #8E3166;
 }
</style>
background-color css

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

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

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

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

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

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