#9520AD

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

Shades of Dark Orchid #9520AD

Tints of Dark Orchid #9520AD

Color information

#9520AD (or 0x9520AD) is unknown color: approx Dark Orchid. HEX triplet: 95, 20 and AD. RGB value is (149,32,173). Sum of RGB (Red+Green+Blue) = 149+32+173=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #9520AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9520AD is #6ADF52. Grayscale: #525252. Windows color (decimal): -7003987 or 11346069. OLE color: 11346069.

HSL color Cylindrical-coordinate representation of color #9520AD: hue angle of 289.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9520AD is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14932173-
CMYK0.140.8200.32
HSL289.79º68.78%40.2%-
HSV(B)289.79º81.5%67.84%-
XYZ20.4510.4440.47-
YUV83.06178.76175.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 32 (12.89% from 255) = 9.04%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=42.09%
G=9.04%
B=48.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149321730.140.8200.32289.7968.7840.2
Hex9520ADE520201224528
Octal225402551612204044210550
Binary10010101100000101011011110101001001000001001000101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9520AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9520AD; }

 p { color: rgb(149,32,173); }

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

<style>
 a { background-color: #9520AD; }

 a { background-color: rgb(149,32,173); }

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

<style>
 span { border-color: #9520AD; }

 span { border-color: rgb(149,32,173); }

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