#8A2DC9

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

Shades of Dark Orchid #8A2DC9

Tints of Dark Orchid #8A2DC9

Color information

#8A2DC9 (or 0x8A2DC9) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2D and C9. RGB value is (138,45,201). Sum of RGB (Red+Green+Blue) = 138+45+201=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A2DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DC9 is #75D236. Grayscale: #5A5A5A. Windows color (decimal): -7721527 or 13184394. OLE color: 13184394.

HSL color Cylindrical-coordinate representation of color #8A2DC9: hue angle of 275.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A2DC9 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13845201-
CMYK0.310.7800.21
HSL275.77º63.41%48.24%-
HSV(B)275.77º77.61%78.82%-
XYZ21.9611.556.32-
YUV90.59190.31161.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.94%
GREEN value IS 45 (17.97% from 255) = 11.72%
BLUE value IS 201 (78.91% from 255) = 52.34%
R=35.94%
G=11.72%
B=52.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138452010.310.7800.21275.7763.4148.24
Hex8A2DC91F4E0151143f30
Octal21255311371160254247760
Binary1000101010110111001001111111001110010101100010100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,45,201); }

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

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

 a { background-color: rgb(138,45,201); }

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

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

 span { border-color: rgb(138,45,201); }

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