#8518BA

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

Shades of Dark Orchid #8518BA

Tints of Dark Orchid #8518BA

Color information

#8518BA (or 0x8518BA) is unknown color: approx Dark Orchid. HEX triplet: 85, 18 and BA. RGB value is (133,24,186). Sum of RGB (Red+Green+Blue) = 133+24+186=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #8518BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518BA is #7AE745. Grayscale: #4A4A4A. Windows color (decimal): -8054598 or 12195973. OLE color: 12195973.

HSL color Cylindrical-coordinate representation of color #8518BA: hue angle of 280.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8518BA is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13324186-
CMYK0.280.8700.27
HSL280.37º77.14%41.18%-
HSV(B)280.37º87.1%72.94%-
XYZ18.869.1847.23-
YUV75.06190.61169.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 24 (9.77% from 255) = 7.00%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=38.78%
G=7.00%
B=54.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133241860.280.8700.27280.3777.1441.18
Hex8518BA1C5701B1184d29
Octal205302723412703343011551
Binary1000010111000101110101110010101110110111000110001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8518BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8518BA; }

 p { color: rgb(133,24,186); }

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

<style>
 a { background-color: #8518BA; }

 a { background-color: rgb(133,24,186); }

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

<style>
 span { border-color: #8518BA; }

 span { border-color: rgb(133,24,186); }

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