#8C2EBA

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

Shades of Dark Orchid #8C2EBA

Tints of Dark Orchid #8C2EBA

Color information

#8C2EBA (or 0x8C2EBA) is unknown color: approx Dark Orchid. HEX triplet: 8C, 2E and BA. RGB value is (140,46,186). Sum of RGB (Red+Green+Blue) = 140+46+186=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2EBA is #73D145. Grayscale: #595959. Windows color (decimal): -7590214 or 12201612. OLE color: 12201612.

HSL color Cylindrical-coordinate representation of color #8C2EBA: hue angle of 280.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2EBA is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14046186-
CMYK0.250.7500.27
HSL280.29º60.34%45.49%-
HSV(B)280.29º75.27%72.94%-
XYZ20.6611.0747.5-
YUV90.07182.14163.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.63%
GREEN value IS 46 (18.36% from 255) = 12.37%
BLUE value IS 186 (73.05% from 255) = 50%
R=37.63%
G=12.37%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140461860.250.7500.27280.2960.3445.49
Hex8C2EBA194B01B1183c2d
Octal21456272311130334307455
Binary1000110010111010111010110011001011011011100011000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,46,186); }

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

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

 a { background-color: rgb(140,46,186); }

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

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

 span { border-color: rgb(140,46,186); }

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