Html Css Color HEX #9820AC Dark Orchid

📋 copy color: '#9820AC'

red 152 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #9820AC

Tints of Dark Orchid #9820AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 42.7%
G = 8.99%
B = 48.31%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9820AC (or 0x9820AC) is known color: Dark Orchid. HEX triplet: 98, 20 and AC. RGB value is (152,32,172). Sum of RGB (Red+Green+Blue) = 152+32+172=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #9820AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9820AC is #67DF53. Grayscale: #535353. Windows color (decimal): -6807380 or 11280536. OLE color: 11280536.

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

Color convert

RGB 152 32 172 -
CMYK 0.12 0.81 0 0.33
HSL 291.43º 0.69% 0.4% -
HSV(B) 291.43º 0.81% 0.67% -
XYZ 20.91 10.69 39.99 -
YUV 83.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 152 32 172 0.12 0.81 0 0.33 291.43 0.69 0.4
Hex 98 20 AC C 51 0 21 123 45 28
Octal 230 40 254 14 121 0 41 443 105 50
Binary 10011000 100000 10101100 1100 1010001 0 100001 100100011 1000101 101000

Color Harmonies of #9820AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9820AC

Black with #9820AC

Text Example


Text Example

White with #9820AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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