#8E30BF

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

Shades of Dark Orchid #8E30BF

Tints of Dark Orchid #8E30BF

Color information

#8E30BF (or 0x8E30BF) is unknown color: approx Dark Orchid. HEX triplet: 8E, 30 and BF. RGB value is (142,48,191). Sum of RGB (Red+Green+Blue) = 142+48+191=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E30BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E30BF is #71CF40. Grayscale: #5B5B5B. Windows color (decimal): -7458625 or 12529806. OLE color: 12529806.

HSL color Cylindrical-coordinate representation of color #8E30BF: hue angle of 279.44º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E30BF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14248191-
CMYK0.260.7500.25
HSL279.44º59.83%46.86%-
HSV(B)279.44º74.87%74.9%-
XYZ21.6211.6350.4-
YUV92.41183.64163.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 48 (19.14% from 255) = 12.60%
BLUE value IS 191 (75% from 255) = 50.13%
R=37.27%
G=12.60%
B=50.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142481910.260.7500.25279.4459.8346.86
Hex8E30BF1A4B0191173c2f
Octal21660277321130314277457
Binary1000111011000010111111110101001011011001100010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E30BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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