Html Css Color HEX #8A1DAC Vivid Violet

📋 copy color: '#8A1DAC'

red 138 ◦ green 29 ◦ blue 172

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

Shades of Vivid Violet #8A1DAC

Tints of Vivid Violet #8A1DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.55%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 40.71%
G = 8.55%
B = 50.74%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A1DAC (or 0x8A1DAC) is known color: Vivid Violet. HEX triplet: 8A, 1D and AC. RGB value is (138,29,172). Sum of RGB (Red+Green+Blue) = 138+29+172=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A1DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1DAC is #75E253. Grayscale: #4D4D4D. Windows color (decimal): -7725652 or 11279754. OLE color: 11279754.

HSL color Cylindrical-coordinate representation of color #8A1DAC: hue angle of 285.73º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1DAC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 29 172 -
CMYK 0.20 0.83 0 0.33
HSL 285.73º 0.71% 0.39% -
HSV(B) 285.73º 0.83% 0.67% -
XYZ 18.37 9.26 39.85 -
YUV 77.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 138 29 172 0.20 0.83 0 0.33 285.73 0.71 0.39
Hex 8A 1D AC 14 53 0 21 11E 47 27
Octal 212 35 254 24 123 0 41 436 107 47
Binary 10001010 11101 10101100 10100 1010011 0 100001 100011110 1000111 100111

Color Harmonies of #8A1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1DAC

Black with #8A1DAC

Text Example


Text Example

White with #8A1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,29,172); }

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

background-color css

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

 a { background-color: rgb(138,29,172); }

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

border-color css

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

 span { border-color: rgb(138,29,172); }

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