Html Css Color HEX #8A1CAB Vivid Violet

📋 copy color: '#8A1CAB'

red 138 ◦ green 28 ◦ blue 171

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

Shades of Vivid Violet #8A1CAB

Tints of Vivid Violet #8A1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.31%

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

R = 40.95%
G = 8.31%
B = 50.74%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A1CAB (or 0x8A1CAB) is known color: Vivid Violet. HEX triplet: 8A, 1C and AB. RGB value is (138,28,171). Sum of RGB (Red+Green+Blue) = 138+28+171=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A1CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1CAB is #75E354. Grayscale: #4C4C4C. Windows color (decimal): -7725909 or 11213962. OLE color: 11213962.

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

Color convert

RGB 138 28 171 -
CMYK 0.19 0.84 0 0.33
HSL 286.15º 0.72% 0.39% -
HSV(B) 286.15º 0.84% 0.67% -
XYZ 18.25 9.17 39.34 -
YUV 77.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 138 28 171 0.19 0.84 0 0.33 286.15 0.72 0.39
Hex 8A 1C AB 13 54 0 21 11E 48 27
Octal 212 34 253 23 124 0 41 436 110 47
Binary 10001010 11100 10101011 10011 1010100 0 100001 100011110 1001000 100111

Color Harmonies of #8A1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1CAB

Black with #8A1CAB

Text Example


Text Example

White with #8A1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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