#8A24BD

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

Shades of Dark Orchid #8A24BD

Tints of Dark Orchid #8A24BD

Color information

#8A24BD (or 0x8A24BD) is unknown color: approx Dark Orchid. HEX triplet: 8A, 24 and BD. RGB value is (138,36,189). Sum of RGB (Red+Green+Blue) = 138+36+189=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A24BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A24BD is #75DB42. Grayscale: #535353. Windows color (decimal): -7723843 or 12395658. OLE color: 12395658.

HSL color Cylindrical-coordinate representation of color #8A24BD: hue angle of 280º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A24BD is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13836189-
CMYK0.270.8100.26
HSL280º68%44.12%-
HSV(B)280º80.95%74.12%-
XYZ20.310.3449.07-
YUV83.94187.29166.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 36 (14.45% from 255) = 9.92%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=38.02%
G=9.92%
B=52.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138361890.270.8100.262806844.12
Hex8A24BD1B5101A118442c
Octal212442753312103243010454
Binary10001010100100101111011101110100010110101000110001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A24BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,189); }

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

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

 a { background-color: rgb(138,36,189); }

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

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

 span { border-color: rgb(138,36,189); }

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