Html Css Color HEX #9521AE Dark Orchid

📋 copy color: '#9521AE'

red 149 ◦ green 33 ◦ blue 174

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

Shades of Dark Orchid #9521AE

Tints of Dark Orchid #9521AE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

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

R = 41.85%
G = 9.27%
B = 48.88%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9521AE (or 0x9521AE) is known color: Dark Orchid. HEX triplet: 95, 21 and AE. RGB value is (149,33,174). Sum of RGB (Red+Green+Blue) = 149+33+174=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #9521AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9521AE is #6ADE51. Grayscale: #535353. Windows color (decimal): -7003730 or 11411861. OLE color: 11411861.

HSL color Cylindrical-coordinate representation of color #9521AE: hue angle of 289.36º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9521AE is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 33 174 -
CMYK 0.14 0.81 0 0.32
HSL 289.36º 0.68% 0.41% -
HSV(B) 289.36º 0.81% 0.68% -
XYZ 20.58 10.53 40.99 -
YUV 83.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 149 33 174 0.14 0.81 0 0.32 289.36 0.68 0.41
Hex 95 21 AE E 51 0 20 121 44 29
Octal 225 41 256 16 121 0 40 441 104 51
Binary 10010101 100001 10101110 1110 1010001 0 100000 100100001 1000100 101001

Color Harmonies of #9521AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9521AE

Black with #9521AE

Text Example


Text Example

White with #9521AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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