#8E33AF

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

Shades of Dark Orchid #8E33AF

Tints of Dark Orchid #8E33AF

Color information

#8E33AF (or 0x8E33AF) is unknown color: approx Dark Orchid. HEX triplet: 8E, 33 and AF. RGB value is (142,51,175). Sum of RGB (Red+Green+Blue) = 142+51+175=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E33AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E33AF is #71CC50. Grayscale: #5B5B5B. Windows color (decimal): -7457873 or 11481998. OLE color: 11481998.

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

Color convert

RGB14251175-
CMYK0.190.7100.31
HSL284.03º54.87%44.31%-
HSV(B)284.03º70.86%68.63%-
XYZ20.0811.2141.66-
YUV92.34174.65163.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 51 (20.31% from 255) = 13.86%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=38.59%
G=13.86%
B=47.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142511750.190.7100.31284.0354.8744.31
Hex8E33AF134701F11c372c
Octal21663257231070374346754
Binary1000111011001110101111100111000111011111100011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E33AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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