Html Css Color HEX #9A17AE Dark Orchid

📋 copy color: '#9A17AE'

red 154 ◦ green 23 ◦ blue 174

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

Shades of Dark Orchid #9A17AE

Tints of Dark Orchid #9A17AE

RGB

 RED value IS 154 (60.55% from 255) = 43.87%

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

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

R = 43.87%
G = 6.55%
B = 49.57%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A17AE (or 0x9A17AE) is known color: Dark Orchid. HEX triplet: 9A, 17 and AE. RGB value is (154,23,174). Sum of RGB (Red+Green+Blue) = 154+23+174=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A17AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A17AE is #65E851. Grayscale: #4E4E4E. Windows color (decimal): -6678610 or 11409306. OLE color: 11409306.

HSL color Cylindrical-coordinate representation of color #9A17AE: hue angle of 292.05º 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 #9A17AE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 23 174 -
CMYK 0.11 0.87 0 0.32
HSL 292.05º 0.77% 0.39% -
HSV(B) 292.05º 0.87% 0.68% -
XYZ 21.27 10.54 40.96 -
YUV 79.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 154 23 174 0.11 0.87 0 0.32 292.05 0.77 0.39
Hex 9A 17 AE B 57 0 20 124 4D 27
Octal 232 27 256 13 127 0 40 444 115 47
Binary 10011010 10111 10101110 1011 1010111 0 100000 100100100 1001101 100111

Color Harmonies of #9A17AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A17AE

Black with #9A17AE

Text Example


Text Example

White with #9A17AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A17AE; }

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

 H1.HeaderClassName
 {
   color: #9A17AE;
 }
 .AnyTagClassName
 {
   color: #9A17AE;
 }
</style>

background-color css

<style>
 a { background-color: #9A17AE; }

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

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

border-color css

<style>
 span { border-color: #9A17AE; }

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

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