#814384

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

Shades of Vivid Violet #814384

Tints of Vivid Violet #814384

Color information

#814384 (or 0x814384) is unknown color: approx Vivid Violet. HEX triplet: 81, 43 and 84. RGB value is (129,67,132). Sum of RGB (Red+Green+Blue) = 129+67+132=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #814384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814384 is #7EBC7B. Grayscale: #5C5C5C. Windows color (decimal): -8305788 or 8668033. OLE color: 8668033.

HSL color Cylindrical-coordinate representation of color #814384: hue angle of 297.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814384 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12967132-
CMYK0.020.4900.48
HSL297.23º32.66%39.02%-
HSV(B)297.23º49.24%51.76%-
XYZ15.2310.3523.02-
YUV92.95150.04153.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=39.33%
G=20.43%
B=40.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129671320.020.4900.48297.2332.6639.02
Hex8143842310301292127
Octal2011032042610604514147
Binary10000001100001110000100101100010110000100101001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814384; }

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

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

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

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

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

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

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

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