#8E2FB4

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

Shades of Dark Orchid #8E2FB4

Tints of Dark Orchid #8E2FB4

Color information

#8E2FB4 (or 0x8E2FB4) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2F and B4. RGB value is (142,47,180). Sum of RGB (Red+Green+Blue) = 142+47+180=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E2FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FB4 is #71D04B. Grayscale: #5A5A5A. Windows color (decimal): -7458892 or 11808654. OLE color: 11808654.

HSL color Cylindrical-coordinate representation of color #8E2FB4: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E2FB4 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14247180-
CMYK0.210.7400.29
HSL282.86º58.59%44.51%-
HSV(B)282.86º73.89%70.59%-
XYZ20.4111.0844.24-
YUV90.57178.47164.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 47 (18.75% from 255) = 12.74%
BLUE value IS 180 (70.70% from 255) = 48.78%
R=38.48%
G=12.74%
B=48.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142471800.210.7400.29282.8658.5944.51
Hex8E2FB4154A01D11b3b2d
Octal21657264251120354337355
Binary1000111010111110110100101011001010011101100011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,47,180); }

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

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

 a { background-color: rgb(142,47,180); }

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

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

 span { border-color: rgb(142,47,180); }

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