#8E307B

Color #8E307B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E307B

Tints of Dark Purple #8E307B

Color information

#8E307B (or 0x8E307B) is unknown color: approx Dark Purple. HEX triplet: 8E, 30 and 7B. RGB value is (142,48,123). Sum of RGB (Red+Green+Blue) = 142+48+123=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E307B is #71CF84. Grayscale: #545454. Windows color (decimal): -7458693 or 8073358. OLE color: 8073358.

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

Color convert

RGB14248123-
CMYK00.660.130.44
HSL312.13º49.47%37.25%-
HSV(B)312.13º66.2%55.69%-
XYZ15.799.2919.7-
YUV84.66149.64168.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=45.37%
G=15.34%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424812300.660.130.44312.1349.4737.25
Hex8E307B042D2C1383125
Octal21660173010215544706145
Binary100011101100001111011010000101101101100100111000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,123); }

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

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

 a { background-color: rgb(142,48,123); }

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

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

 span { border-color: rgb(142,48,123); }

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