Html Css Color HEX #9820AD Dark Orchid

📋 copy color: '#9820AD'

red 152 ◦ green 32 ◦ blue 173

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

Shades of Dark Orchid #9820AD

Tints of Dark Orchid #9820AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 42.58%
G = 8.96%
B = 48.46%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9820AD (or 0x9820AD) is known color: Dark Orchid. HEX triplet: 98, 20 and AD. RGB value is (152,32,173). Sum of RGB (Red+Green+Blue) = 152+32+173=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #9820AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9820AD is #67DF52. Grayscale: #535353. Windows color (decimal): -6807379 or 11346072. OLE color: 11346072.

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

Color convert

RGB 152 32 173 -
CMYK 0.12 0.82 0 0.32
HSL 291.06º 0.69% 0.4% -
HSV(B) 291.06º 0.82% 0.68% -
XYZ 21.01 10.73 40.5 -
YUV 83.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 152 32 173 0.12 0.82 0 0.32 291.06 0.69 0.4
Hex 98 20 AD C 52 0 20 123 45 28
Octal 230 40 255 14 122 0 40 443 105 50
Binary 10011000 100000 10101101 1100 1010010 0 100000 100100011 1000101 101000

Color Harmonies of #9820AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9820AD

Black with #9820AD

Text Example


Text Example

White with #9820AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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