Html Css Color HEX #8A30AE Vivid Violet

📋 copy color: '#8A30AE'

red 138 ◦ green 48 ◦ blue 174

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

Shades of Vivid Violet #8A30AE

Tints of Vivid Violet #8A30AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.33%

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 38.33%
G = 13.33%
B = 48.33%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A30AE (or 0x8A30AE) is known color: Vivid Violet. HEX triplet: 8A, 30 and AE. RGB value is (138,48,174). Sum of RGB (Red+Green+Blue) = 138+48+174=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A30AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A30AE is #75CF51. Grayscale: #585858. Windows color (decimal): -7720786 or 11415690. OLE color: 11415690.

HSL color Cylindrical-coordinate representation of color #8A30AE: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A30AE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 48 174 -
CMYK 0.21 0.72 0 0.32
HSL 282.86º 0.57% 0.44% -
HSV(B) 282.86º 0.72% 0.68% -
XYZ 19.18 10.57 41.07 -
YUV 89.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 138 48 174 0.21 0.72 0 0.32 282.86 0.57 0.44
Hex 8A 30 AE 15 48 0 20 11B 39 2C
Octal 212 60 256 25 110 0 40 433 71 54
Binary 10001010 110000 10101110 10101 1001000 0 100000 100011011 111001 101100

Color Harmonies of #8A30AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A30AE

Black with #8A30AE

Text Example


Text Example

White with #8A30AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,48,174); }

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

background-color css

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

 a { background-color: rgb(138,48,174); }

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

border-color css

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

 span { border-color: rgb(138,48,174); }

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