Html Css Color HEX #8A2EAC Vivid Violet

📋 copy color: '#8A2EAC'

red 138 ◦ green 46 ◦ blue 172

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

Shades of Vivid Violet #8A2EAC

Tints of Vivid Violet #8A2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.92%

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

R = 38.76%
G = 12.92%
B = 48.31%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A2EAC (or 0x8A2EAC) is known color: Vivid Violet. HEX triplet: 8A, 2E and AC. RGB value is (138,46,172). Sum of RGB (Red+Green+Blue) = 138+46+172=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A2EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2EAC is #75D153. Grayscale: #575757. Windows color (decimal): -7721300 or 11284106. OLE color: 11284106.

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

Color convert

RGB 138 46 172 -
CMYK 0.20 0.73 0 0.33
HSL 283.81º 0.58% 0.43% -
HSV(B) 283.81º 0.73% 0.67% -
XYZ 18.9 10.34 40.03 -
YUV 87.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 138 46 172 0.20 0.73 0 0.33 283.81 0.58 0.43
Hex 8A 2E AC 14 49 0 21 11C 3A 2B
Octal 212 56 254 24 111 0 41 434 72 53
Binary 10001010 101110 10101100 10100 1001001 0 100001 100011100 111010 101011

Color Harmonies of #8A2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2EAC

Black with #8A2EAC

Text Example


Text Example

White with #8A2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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