#8A2CB0

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

Shades of Dark Orchid #8A2CB0

Tints of Dark Orchid #8A2CB0

Color information

#8A2CB0 (or 0x8A2CB0) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2C and B0. RGB value is (138,44,176). Sum of RGB (Red+Green+Blue) = 138+44+176=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #8A2CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2CB0 is #75D34F. Grayscale: #565656. Windows color (decimal): -7721808 or 11545738. OLE color: 11545738.

HSL color Cylindrical-coordinate representation of color #8A2CB0: hue angle of 282.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2CB0 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13844176-
CMYK0.220.7500.31
HSL282.73º60%43.14%-
HSV(B)282.73º75%69.02%-
XYZ19.2210.3442.06-
YUV87.15178.14164.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 44 (17.58% from 255) = 12.29%
BLUE value IS 176 (69.14% from 255) = 49.16%
R=38.55%
G=12.29%
B=49.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138441760.220.7500.31282.736043.14
Hex8A2CB0164B01F11b3c2b
Octal21254260261130374337453
Binary1000101010110010110000101101001011011111100011011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,44,176); }

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

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

 a { background-color: rgb(138,44,176); }

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

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

 span { border-color: rgb(138,44,176); }

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