#8E34AF

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

Shades of Dark Orchid #8E34AF

Tints of Dark Orchid #8E34AF

Color information

#8E34AF (or 0x8E34AF) is unknown color: approx Dark Orchid. HEX triplet: 8E, 34 and AF. RGB value is (142,52,175). Sum of RGB (Red+Green+Blue) = 142+52+175=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E34AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E34AF is #71CB50. Grayscale: #5C5C5C. Windows color (decimal): -7457617 or 11482254. OLE color: 11482254.

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

Color convert

RGB14252175-
CMYK0.190.7000.31
HSL283.9º54.19%44.51%-
HSV(B)283.9º70.29%68.63%-
XYZ20.1211.341.68-
YUV92.93174.32163-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 52 (20.70% from 255) = 14.09%
BLUE value IS 175 (68.75% from 255) = 47.43%
R=38.48%
G=14.09%
B=47.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142521750.190.7000.31283.954.1944.51
Hex8E34AF134601F11c362d
Octal21664257231060374346655
Binary1000111011010010101111100111000110011111100011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E34AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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