Html Css Color HEX #9721AE Dark Orchid

📋 copy color: '#9721AE'

red 151 ◦ green 33 ◦ blue 174

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

Shades of Dark Orchid #9721AE

Tints of Dark Orchid #9721AE

RGB

 RED value IS 151 (59.38% from 255) = 42.18%

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

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 42.18%
G = 9.22%
B = 48.6%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9721AE (or 0x9721AE) is known color: Dark Orchid. HEX triplet: 97, 21 and AE. RGB value is (151,33,174). Sum of RGB (Red+Green+Blue) = 151+33+174=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #9721AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9721AE is #68DE51. Grayscale: #535353. Windows color (decimal): -6872658 or 11411863. OLE color: 11411863.

HSL color Cylindrical-coordinate representation of color #9721AE: hue angle of 290.21º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9721AE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 33 174 -
CMYK 0.13 0.81 0 0.32
HSL 290.21º 0.68% 0.41% -
HSV(B) 290.21º 0.81% 0.68% -
XYZ 20.95 10.72 41.01 -
YUV 84.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 151 33 174 0.13 0.81 0 0.32 290.21 0.68 0.41
Hex 97 21 AE D 51 0 20 122 44 29
Octal 227 41 256 15 121 0 40 442 104 51
Binary 10010111 100001 10101110 1101 1010001 0 100000 100100010 1000100 101001

Color Harmonies of #9721AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9721AE

Black with #9721AE

Text Example


Text Example

White with #9721AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9721AE; }

 p { color: rgb(151,33,174); }

 H1.HeaderClassName
 {
   color: #9721AE;
 }
 .AnyTagClassName
 {
   color: #9721AE;
 }
</style>

background-color css

<style>
 a { background-color: #9721AE; }

 a { background-color: rgb(151,33,174); }

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

border-color css

<style>
 span { border-color: #9721AE; }

 span { border-color: rgb(151,33,174); }

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