Html Css Color HEX #9820AA Dark Orchid

📋 copy color: '#9820AA'

red 152 ◦ green 32 ◦ blue 170

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

Shades of Dark Orchid #9820AA

Tints of Dark Orchid #9820AA

RGB

 RED value IS 152 (59.77% from 255) = 42.94%

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

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 42.94%
G = 9.04%
B = 48.02%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9820AA (or 0x9820AA) is known color: Dark Orchid. HEX triplet: 98, 20 and AA. RGB value is (152,32,170). Sum of RGB (Red+Green+Blue) = 152+32+170=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #9820AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9820AA is #67DF55. Grayscale: #535353. Windows color (decimal): -6807382 or 11149464. OLE color: 11149464.

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

Color convert

RGB 152 32 170 -
CMYK 0.11 0.81 0 0.33
HSL 292.17º 0.68% 0.4% -
HSV(B) 292.17º 0.81% 0.67% -
XYZ 20.72 10.61 38.99 -
YUV 83.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 152 32 170 0.11 0.81 0 0.33 292.17 0.68 0.4
Hex 98 20 AA B 51 0 21 124 44 28
Octal 230 40 252 13 121 0 41 444 104 50
Binary 10011000 100000 10101010 1011 1010001 0 100001 100100100 1000100 101000

Color Harmonies of #9820AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9820AA

Black with #9820AA

Text Example


Text Example

White with #9820AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9820AA; }

 p { color: rgb(152,32,170); }

 H1.HeaderClassName
 {
   color: #9820AA;
 }
 .AnyTagClassName
 {
   color: #9820AA;
 }
</style>

background-color css

<style>
 a { background-color: #9820AA; }

 a { background-color: rgb(152,32,170); }

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

border-color css

<style>
 span { border-color: #9820AA; }

 span { border-color: rgb(152,32,170); }

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