Html Css Color HEX #8A17AD Dark Orchid

📋 copy color: '#8A17AD'

red 138 ◦ green 23 ◦ blue 173

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

Shades of Dark Orchid #8A17AD

Tints of Dark Orchid #8A17AD

RGB

 RED value IS 138 (54.3% from 255) = 41.32%

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

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 41.32%
G = 6.89%
B = 51.8%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A17AD (or 0x8A17AD) is known color: Dark Orchid. HEX triplet: 8A, 17 and AD. RGB value is (138,23,173). Sum of RGB (Red+Green+Blue) = 138+23+173=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A17AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A17AD is #75E852. Grayscale: #4A4A4A. Windows color (decimal): -7727187 or 11343754. OLE color: 11343754.

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

Color convert

RGB 138 23 173 -
CMYK 0.20 0.87 0 0.32
HSL 286º 0.77% 0.38% -
HSV(B) 286º 0.87% 0.68% -
XYZ 18.33 9.03 40.31 -
YUV 74.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 138 23 173 0.20 0.87 0 0.32 286 0.77 0.38
Hex 8A 17 AD 14 57 0 20 11E 4D 26
Octal 212 27 255 24 127 0 40 436 115 46
Binary 10001010 10111 10101101 10100 1010111 0 100000 100011110 1001101 100110

Color Harmonies of #8A17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A17AD

Black with #8A17AD

Text Example


Text Example

White with #8A17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A17AD; }

 p { color: rgb(138,23,173); }

 H1.HeaderClassName
 {
   color: #8A17AD;
 }
 .AnyTagClassName
 {
   color: #8A17AD;
 }
</style>

background-color css

<style>
 a { background-color: #8A17AD; }

 a { background-color: rgb(138,23,173); }

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

border-color css

<style>
 span { border-color: #8A17AD; }

 span { border-color: rgb(138,23,173); }

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