#8519AF

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

Shades of Dark Orchid #8519AF

Tints of Dark Orchid #8519AF

Color information

#8519AF (or 0x8519AF) is unknown color: approx Dark Orchid. HEX triplet: 85, 19 and AF. RGB value is (133,25,175). Sum of RGB (Red+Green+Blue) = 133+25+175=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #8519AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8519AF is #7AE650. Grayscale: #494949. Windows color (decimal): -8054353 or 11475333. OLE color: 11475333.

HSL color Cylindrical-coordinate representation of color #8519AF: hue angle of 283.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8519AF is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13325175-
CMYK0.240.8600.31
HSL283.2º75%39.22%-
HSV(B)283.2º85.71%68.63%-
XYZ17.768.7841.32-
YUV74.39184.78169.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=39.94%
G=7.51%
B=52.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133251750.240.8600.31283.27539.22
Hex8519AF185601F11b4b27
Octal205312573012603743311347
Binary1000010111001101011111100010101100111111000110111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8519AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8519AF; }

 p { color: rgb(133,25,175); }

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

<style>
 a { background-color: #8519AF; }

 a { background-color: rgb(133,25,175); }

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

<style>
 span { border-color: #8519AF; }

 span { border-color: rgb(133,25,175); }

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