Html Css Color HEX #8A1DAB Vivid Violet

📋 copy color: '#8A1DAB'

red 138 ◦ green 29 ◦ blue 171

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

Shades of Vivid Violet #8A1DAB

Tints of Vivid Violet #8A1DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 40.83%
G = 8.58%
B = 50.59%

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

#8A1DAB (or 0x8A1DAB) is known color: Vivid Violet. HEX triplet: 8A, 1D and AB. RGB value is (138,29,171). Sum of RGB (Red+Green+Blue) = 138+29+171=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A1DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1DAB is #75E254. Grayscale: #4D4D4D. Windows color (decimal): -7725653 or 11214218. OLE color: 11214218.

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

Color convert

RGB 138 29 171 -
CMYK 0.19 0.83 0 0.33
HSL 286.06º 0.71% 0.39% -
HSV(B) 286.06º 0.83% 0.67% -
XYZ 18.27 9.22 39.35 -
YUV 77.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 138 29 171 0.19 0.83 0 0.33 286.06 0.71 0.39
Hex 8A 1D AB 13 53 0 21 11E 47 27
Octal 212 35 253 23 123 0 41 436 107 47
Binary 10001010 11101 10101011 10011 1010011 0 100001 100011110 1000111 100111

Color Harmonies of #8A1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1DAB

Black with #8A1DAB

Text Example


Text Example

White with #8A1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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