Html Css Color HEX #8A18AD Vivid Violet

📋 copy color: '#8A18AD'

red 138 ◦ green 24 ◦ blue 173

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

Shades of Vivid Violet #8A18AD

Tints of Vivid Violet #8A18AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.16%

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

R = 41.19%
G = 7.16%
B = 51.64%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A18AD (or 0x8A18AD) is known color: Vivid Violet. HEX triplet: 8A, 18 and AD. RGB value is (138,24,173). Sum of RGB (Red+Green+Blue) = 138+24+173=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A18AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A18AD is #75E752. Grayscale: #4A4A4A. Windows color (decimal): -7726931 or 11344010. OLE color: 11344010.

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

Color convert

RGB 138 24 173 -
CMYK 0.20 0.86 0 0.32
HSL 285.91º 0.76% 0.39% -
HSV(B) 285.91º 0.86% 0.68% -
XYZ 18.35 9.07 40.32 -
YUV 75.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 138 24 173 0.20 0.86 0 0.32 285.91 0.76 0.39
Hex 8A 18 AD 14 56 0 20 11E 4C 27
Octal 212 30 255 24 126 0 40 436 114 47
Binary 10001010 11000 10101101 10100 1010110 0 100000 100011110 1001100 100111

Color Harmonies of #8A18AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A18AD

Black with #8A18AD

Text Example


Text Example

White with #8A18AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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