#8E38AF

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

Shades of Dark Orchid #8E38AF

Tints of Dark Orchid #8E38AF

Color information

#8E38AF (or 0x8E38AF) is unknown color: approx Dark Orchid. HEX triplet: 8E, 38 and AF. RGB value is (142,56,175). Sum of RGB (Red+Green+Blue) = 142+56+175=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E38AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E38AF is #71C750. Grayscale: #5E5E5E. Windows color (decimal): -7456593 or 11483278. OLE color: 11483278.

HSL color Cylindrical-coordinate representation of color #8E38AF: hue angle of 283.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E38AF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14256175-
CMYK0.190.6800.31
HSL283.36º51.52%45.29%-
HSV(B)283.36º68%68.63%-
XYZ20.3111.6741.74-
YUV95.28172.99161.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 56 (22.27% from 255) = 15.01%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=38.07%
G=15.01%
B=46.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142561750.190.6800.31283.3651.5245.29
Hex8E38AF134401F11b342d
Octal21670257231040374336455
Binary1000111011100010101111100111000100011111100011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,175); }

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

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

 a { background-color: rgb(142,56,175); }

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

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

 span { border-color: rgb(142,56,175); }

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