Html Css Color HEX #9921AB Dark Orchid

📋 copy color: '#9921AB'

red 153 ◦ green 33 ◦ blue 171

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

Shades of Dark Orchid #9921AB

Tints of Dark Orchid #9921AB

RGB

 RED value IS 153 (60.16% from 255) = 42.86%

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

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

R = 42.86%
G = 9.24%
B = 47.9%

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

#9921AB (or 0x9921AB) is known color: Dark Orchid. HEX triplet: 99, 21 and AB. RGB value is (153,33,171). Sum of RGB (Red+Green+Blue) = 153+33+171=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 33 (13.28% from 255 or 9.24% 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 #9921AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9921AB is #66DE54. Grayscale: #545454. Windows color (decimal): -6741589 or 11215257. OLE color: 11215257.

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

Color convert

RGB 153 33 171 -
CMYK 0.11 0.81 0 0.33
HSL 292.17º 0.68% 0.4% -
HSV(B) 292.17º 0.81% 0.67% -
XYZ 21.03 10.8 39.5 -
YUV 84.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 153 33 171 0.11 0.81 0 0.33 292.17 0.68 0.4
Hex 99 21 AB B 51 0 21 124 44 28
Octal 231 41 253 13 121 0 41 444 104 50
Binary 10011001 100001 10101011 1011 1010001 0 100001 100100100 1000100 101000

Color Harmonies of #9921AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9921AB

Black with #9921AB

Text Example


Text Example

White with #9921AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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