Html Css Color HEX #9520AE Dark Orchid

📋 copy color: '#9520AE'

red 149 ◦ green 32 ◦ blue 174

#9520AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9520AE

Tints of Dark Orchid #9520AE

RGB

 RED value IS 149 (58.59% from 255) = 41.97%

 GREEN value IS 32 (12.89% from 255) = 9.01%

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 41.97%
G = 9.01%
B = 49.01%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9520AE (or 0x9520AE) is known color: Dark Orchid. HEX triplet: 95, 20 and AE. RGB value is (149,32,174). Sum of RGB (Red+Green+Blue) = 149+32+174=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #9520AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9520AE is #6ADF51. Grayscale: #525252. Windows color (decimal): -7003986 or 11411605. OLE color: 11411605.

HSL color Cylindrical-coordinate representation of color #9520AE: hue angle of 289.44º 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 #9520AE is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 32 174 -
CMYK 0.14 0.82 0 0.32
HSL 289.44º 0.69% 0.4% -
HSV(B) 289.44º 0.82% 0.68% -
XYZ 20.55 10.48 40.98 -
YUV 83.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 149 32 174 0.14 0.82 0 0.32 289.44 0.69 0.4
Hex 95 20 AE E 52 0 20 121 45 28
Octal 225 40 256 16 122 0 40 441 105 50
Binary 10010101 100000 10101110 1110 1010010 0 100000 100100001 1000101 101000

Color Harmonies of #9520AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520AE

Black with #9520AE

Text Example


Text Example

White with #9520AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9520AE;
 }
 .AnyTagClassName
 {
   color: #9520AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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