Html Css Color HEX #9917AE Dark Orchid

📋 copy color: '#9917AE'

red 153 ◦ green 23 ◦ blue 174

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

Shades of Dark Orchid #9917AE

Tints of Dark Orchid #9917AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

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

R = 43.71%
G = 6.57%
B = 49.71%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9917AE (or 0x9917AE) is known color: Dark Orchid. HEX triplet: 99, 17 and AE. RGB value is (153,23,174). Sum of RGB (Red+Green+Blue) = 153+23+174=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #9917AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9917AE is #66E851. Grayscale: #4E4E4E. Windows color (decimal): -6744146 or 11409305. OLE color: 11409305.

HSL color Cylindrical-coordinate representation of color #9917AE: hue angle of 291.66º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9917AE is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 23 174 -
CMYK 0.12 0.87 0 0.32
HSL 291.66º 0.77% 0.39% -
HSV(B) 291.66º 0.87% 0.68% -
XYZ 21.08 10.44 40.95 -
YUV 79.08 181.57 180.72 -
System Red Green Blue C M Y K H S L
Decimal 153 23 174 0.12 0.87 0 0.32 291.66 0.77 0.39
Hex 99 17 AE C 57 0 20 124 4D 27
Octal 231 27 256 14 127 0 40 444 115 47
Binary 10011001 10111 10101110 1100 1010111 0 100000 100100100 1001101 100111

Color Harmonies of #9917AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9917AE

Black with #9917AE

Text Example


Text Example

White with #9917AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,23,174); }

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

background-color css

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

 a { background-color: rgb(153,23,174); }

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

border-color css

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

 span { border-color: rgb(153,23,174); }

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