Html Css Color HEX #8A3E81 Vivid Violet

📋 copy color: '#8A3E81'

red 138 ◦ green 62 ◦ blue 129

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

Shades of Vivid Violet #8A3E81

Tints of Vivid Violet #8A3E81

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.84%

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 41.95%
G = 18.84%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A3E81 (or 0x8A3E81) is known color: Vivid Violet. HEX triplet: 8A, 3E and 81. RGB value is (138,62,129). Sum of RGB (Red+Green+Blue) = 138+62+129=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3E81 is #75C17E. Grayscale: #5C5C5C. Windows color (decimal): -7717247 or 8470154. OLE color: 8470154.

HSL color Cylindrical-coordinate representation of color #8A3E81: hue angle of 307.11º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E81 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 62 129 -
CMYK 0 0.55 0.07 0.46
HSL 307.11º 0.38% 0.39% -
HSV(B) 307.11º 0.55% 0.54% -
XYZ 16.17 10.43 21.93 -
YUV 92.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 138 62 129 0 0.55 0.07 0.46 307.11 0.38 0.39
Hex 8A 3E 81 0 37 7 2E 133 26 27
Octal 212 76 201 0 67 7 56 463 46 47
Binary 10001010 111110 10000001 0 110111 111 101110 100110011 100110 100111

Color Harmonies of #8A3E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3E81

Black with #8A3E81

Text Example


Text Example

White with #8A3E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,62,129); }

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

background-color css

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

 a { background-color: rgb(138,62,129); }

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

border-color css

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

 span { border-color: rgb(138,62,129); }

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