Html Css Color HEX #8A1DAA Vivid Violet

📋 copy color: '#8A1DAA'

red 138 ◦ green 29 ◦ blue 170

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

Shades of Vivid Violet #8A1DAA

Tints of Vivid Violet #8A1DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.45%

R = 40.95%
G = 8.61%
B = 50.45%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A1DAA (or 0x8A1DAA) is known color: Vivid Violet. HEX triplet: 8A, 1D and AA. RGB value is (138,29,170). Sum of RGB (Red+Green+Blue) = 138+29+170=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A1DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1DAA is #75E255. Grayscale: #4D4D4D. Windows color (decimal): -7725654 or 11148682. OLE color: 11148682.

HSL color Cylindrical-coordinate representation of color #8A1DAA: hue angle of 286.38º 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 #8A1DAA is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 29 170 -
CMYK 0.19 0.83 0 0.33
HSL 286.38º 0.71% 0.39% -
HSV(B) 286.38º 0.83% 0.67% -
XYZ 18.18 9.18 38.84 -
YUV 77.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 138 29 170 0.19 0.83 0 0.33 286.38 0.71 0.39
Hex 8A 1D AA 13 53 0 21 11E 47 27
Octal 212 35 252 23 123 0 41 436 107 47
Binary 10001010 11101 10101010 10011 1010011 0 100001 100011110 1000111 100111

Color Harmonies of #8A1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1DAA

Black with #8A1DAA

Text Example


Text Example

White with #8A1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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