#8138A4

Color #8138A4 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8138A4

Tints of Vivid Violet #8138A4

Color information

#8138A4 (or 0x8138A4) is unknown color: approx Vivid Violet. HEX triplet: 81, 38 and A4. RGB value is (129,56,164). Sum of RGB (Red+Green+Blue) = 129+56+164=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 164 - color contains mainly: blue. Hex color #8138A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8138A4 is #7EC75B. Grayscale: #595959. Windows color (decimal): -8308572 or 10762369. OLE color: 10762369.

HSL color Cylindrical-coordinate representation of color #8138A4: hue angle of 280.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8138A4 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12956164-
CMYK0.210.6600.36
HSL280.56º49.09%43.14%-
HSV(B)280.56º65.85%64.31%-
XYZ17.1710.1836.18-
YUV90.14169.68155.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 164 (64.45% from 255) = 46.99%
R=36.96%
G=16.05%
B=46.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129561640.210.6600.36280.5649.0943.14
Hex8138A41542024119312b
Octal20170244251020444316153
Binary10000001111000101001001010110000100100100100011001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8138A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8138A4; }

 p { color: rgb(129,56,164); }

 H1.HeaderClassName
 {
   color: #8138A4;
 }
 .AnyTagClassName
 {
   color: #8138A4;
 }
</style>
background-color css

<style>
 a { background-color: #8138A4; }

 a { background-color: rgb(129,56,164); }

 div.DivClassName
 {
   background-color: #8138A4;
 }
 .BgClassName
 {
   background-color: #8138A4;
 }
</style>
border-color css

<style>
 span { border-color: #8138A4; }

 span { border-color: rgb(129,56,164); }

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