Html Css Color HEX #9821AB Dark Orchid

📋 copy color: '#9821AB'

red 152 ◦ green 33 ◦ blue 171

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

Shades of Dark Orchid #9821AB

Tints of Dark Orchid #9821AB

RGB

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

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

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

R = 42.7%
G = 9.27%
B = 48.03%

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

#9821AB (or 0x9821AB) is known color: Dark Orchid. HEX triplet: 98, 21 and AB. RGB value is (152,33,171). Sum of RGB (Red+Green+Blue) = 152+33+171=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9821AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9821AB is #67DE54. Grayscale: #535353. Windows color (decimal): -6807125 or 11215256. OLE color: 11215256.

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

Color convert

RGB 152 33 171 -
CMYK 0.11 0.81 0 0.33
HSL 291.74º 0.68% 0.4% -
HSV(B) 291.74º 0.81% 0.67% -
XYZ 20.84 10.7 39.5 -
YUV 84.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 152 33 171 0.11 0.81 0 0.33 291.74 0.68 0.4
Hex 98 21 AB B 51 0 21 124 44 28
Octal 230 41 253 13 121 0 41 444 104 50
Binary 10011000 100001 10101011 1011 1010001 0 100001 100100100 1000100 101000

Color Harmonies of #9821AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9821AB

Black with #9821AB

Text Example


Text Example

White with #9821AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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