Html Css Color HEX #9521AB Dark Orchid

📋 copy color: '#9521AB'

red 149 ◦ green 33 ◦ blue 171

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

Shades of Dark Orchid #9521AB

Tints of Dark Orchid #9521AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 42.21%
G = 9.35%
B = 48.44%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9521AB (or 0x9521AB) is known color: Dark Orchid. HEX triplet: 95, 21 and AB. RGB value is (149,33,171). Sum of RGB (Red+Green+Blue) = 149+33+171=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #9521AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9521AB is #6ADE54. Grayscale: #525252. Windows color (decimal): -7003733 or 11215253. OLE color: 11215253.

HSL color Cylindrical-coordinate representation of color #9521AB: hue angle of 290.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9521AB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 33 171 -
CMYK 0.13 0.81 0 0.33
HSL 290.43º 0.68% 0.4% -
HSV(B) 290.43º 0.81% 0.67% -
XYZ 20.29 10.42 39.47 -
YUV 83.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 149 33 171 0.13 0.81 0 0.33 290.43 0.68 0.4
Hex 95 21 AB D 51 0 21 122 44 28
Octal 225 41 253 15 121 0 41 442 104 50
Binary 10010101 100001 10101011 1101 1010001 0 100001 100100010 1000100 101000

Color Harmonies of #9521AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9521AB

Black with #9521AB

Text Example


Text Example

White with #9521AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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