#8E33BC

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

Shades of Dark Orchid #8E33BC

Tints of Dark Orchid #8E33BC

Color information

#8E33BC (or 0x8E33BC) is unknown color: approx Dark Orchid. HEX triplet: 8E, 33 and BC. RGB value is (142,51,188). Sum of RGB (Red+Green+Blue) = 142+51+188=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E33BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E33BC is #71CC43. Grayscale: #5D5D5D. Windows color (decimal): -7457860 or 12333966. OLE color: 12333966.

HSL color Cylindrical-coordinate representation of color #8E33BC: hue angle of 279.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E33BC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14251188-
CMYK0.240.7300.26
HSL279.85º57.32%46.86%-
HSV(B)279.85º72.87%73.73%-
XYZ21.4211.7548.72-
YUV93.83181.15162.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=37.27%
G=13.39%
B=49.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142511880.240.7300.26279.8557.3246.86
Hex8E33BC184901A118392f
Octal21663274301110324307157
Binary1000111011001110111100110001001001011010100011000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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