#814998

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

Shades of Vivid Violet #814998

Tints of Vivid Violet #814998

Color information

#814998 (or 0x814998) is unknown color: approx Vivid Violet. HEX triplet: 81, 49 and 98. RGB value is (129,73,152). Sum of RGB (Red+Green+Blue) = 129+73+152=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #814998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814998 is #7EB667. Grayscale: #626262. Windows color (decimal): -8304232 or 9980289. OLE color: 9980289.

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

Color convert

RGB12973152-
CMYK0.150.5200.40
HSL282.53º35.11%44.12%-
HSV(B)282.53º51.97%59.61%-
XYZ17.111.731.06-
YUV98.75158.05149.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=36.44%
G=20.62%
B=42.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129731520.150.5200.40282.5335.1144.12
Hex814998F3402811b232c
Octal20111123017640504334354
Binary1000000110010011001100011111101000101000100011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814998; }

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

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

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

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

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

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

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

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