Html Css Color HEX #9A20AB Dark Orchid

📋 copy color: '#9A20AB'

red 154 ◦ green 32 ◦ blue 171

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

Shades of Dark Orchid #9A20AB

Tints of Dark Orchid #9A20AB

RGB

 RED value IS 154 (60.55% from 255) = 43.14%

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

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

R = 43.14%
G = 8.96%
B = 47.9%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A20AB (or 0x9A20AB) is known color: Dark Orchid. HEX triplet: 9A, 20 and AB. RGB value is (154,32,171). Sum of RGB (Red+Green+Blue) = 154+32+171=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A20AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A20AB is #65DF54. Grayscale: #535353. Windows color (decimal): -6676309 or 11215002. OLE color: 11215002.

HSL color Cylindrical-coordinate representation of color #9A20AB: hue angle of 292.66º 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 #9A20AB is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 32 171 -
CMYK 0.10 0.81 0 0.33
HSL 292.66º 0.68% 0.4% -
HSV(B) 292.66º 0.81% 0.67% -
XYZ 21.19 10.84 39.5 -
YUV 84.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 154 32 171 0.10 0.81 0 0.33 292.66 0.68 0.4
Hex 9A 20 AB A 51 0 21 125 44 28
Octal 232 40 253 12 121 0 41 445 104 50
Binary 10011010 100000 10101011 1010 1010001 0 100001 100100101 1000100 101000

Color Harmonies of #9A20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A20AB

Black with #9A20AB

Text Example


Text Example

White with #9A20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A20AB; }

 p { color: rgb(154,32,171); }

 H1.HeaderClassName
 {
   color: #9A20AB;
 }
 .AnyTagClassName
 {
   color: #9A20AB;
 }
</style>

background-color css

<style>
 a { background-color: #9A20AB; }

 a { background-color: rgb(154,32,171); }

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

border-color css

<style>
 span { border-color: #9A20AB; }

 span { border-color: rgb(154,32,171); }

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