Html Css Color HEX #8A30A1 Vivid Violet

📋 copy color: '#8A30A1'

red 138 ◦ green 48 ◦ blue 161

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

Shades of Vivid Violet #8A30A1

Tints of Vivid Violet #8A30A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.4%

R = 39.77%
G = 13.83%
B = 46.4%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8A30A1 (or 0x8A30A1) is known color: Vivid Violet. HEX triplet: 8A, 30 and A1. RGB value is (138,48,161). Sum of RGB (Red+Green+Blue) = 138+48+161=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 161 - color contains mainly: blue. Hex color #8A30A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A30A1 is #75CF5E. Grayscale: #575757. Windows color (decimal): -7720799 or 10563722. OLE color: 10563722.

HSL color Cylindrical-coordinate representation of color #8A30A1: hue angle of 287.79º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A30A1 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 48 161 -
CMYK 0.14 0.70 0 0.37
HSL 287.79º 0.54% 0.41% -
HSV(B) 287.79º 0.7% 0.63% -
XYZ 17.97 10.09 34.72 -
YUV 87.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 138 48 161 0.14 0.70 0 0.37 287.79 0.54 0.41
Hex 8A 30 A1 E 46 0 25 120 36 29
Octal 212 60 241 16 106 0 45 440 66 51
Binary 10001010 110000 10100001 1110 1000110 0 100101 100100000 110110 101001

Color Harmonies of #8A30A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A30A1

Black with #8A30A1

Text Example


Text Example

White with #8A30A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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