#814398

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

Shades of Vivid Violet #814398

Tints of Vivid Violet #814398

Color information

#814398 (or 0x814398) is unknown color: approx Vivid Violet. HEX triplet: 81, 43 and 98. RGB value is (129,67,152). Sum of RGB (Red+Green+Blue) = 129+67+152=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #814398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814398 is #7EBC67. Grayscale: #5E5E5E. Windows color (decimal): -8305768 or 9978753. OLE color: 9978753.

HSL color Cylindrical-coordinate representation of color #814398: hue angle of 283.76º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814398 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12967152-
CMYK0.150.5600.40
HSL283.76º38.81%42.94%-
HSV(B)283.76º55.92%59.61%-
XYZ16.7310.9530.94-
YUV95.23160.04152.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=37.07%
G=19.25%
B=43.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129671520.150.5600.40283.7638.8142.94
Hex814398F3802811c272b
Octal20110323017700504344753
Binary1000000110000111001100011111110000101000100011100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814398; }

 p { color: rgb(129,67,152); }

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

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

 a { background-color: rgb(129,67,152); }

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

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

 span { border-color: rgb(129,67,152); }

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