#8E2CCB

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

Shades of Dark Orchid #8E2CCB

Tints of Dark Orchid #8E2CCB

Color information

#8E2CCB (or 0x8E2CCB) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2C and CB. RGB value is (142,44,203). Sum of RGB (Red+Green+Blue) = 142+44+203=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E2CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2CCB is #71D334. Grayscale: #5A5A5A. Windows color (decimal): -7459637 or 13315214. OLE color: 13315214.

HSL color Cylindrical-coordinate representation of color #8E2CCB: hue angle of 276.98º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E2CCB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14244203-
CMYK0.300.7800.20
HSL276.98º64.37%48.43%-
HSV(B)276.98º78.33%79.61%-
XYZ22.8411.8657.59-
YUV91.43190.97164.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 44 (17.58% from 255) = 11.31%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=36.50%
G=11.31%
B=52.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142442030.300.7800.20276.9864.3748.43
Hex8E2CCB1E4E0141154030
Octal216543133611602442510060
Binary10001110101100110010111111010011100101001000101011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,203); }

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

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

 a { background-color: rgb(142,44,203); }

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

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

 span { border-color: rgb(142,44,203); }

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