#813884

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

Shades of Vivid Violet #813884

Tints of Vivid Violet #813884

Color information

#813884 (or 0x813884) is unknown color: approx Vivid Violet. HEX triplet: 81, 38 and 84. RGB value is (129,56,132). Sum of RGB (Red+Green+Blue) = 129+56+132=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #813884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813884 is #7EC77B. Grayscale: #565656. Windows color (decimal): -8308604 or 8665217. OLE color: 8665217.

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

Color convert

RGB12956132-
CMYK0.020.5800.48
HSL297.63º40.43%36.86%-
HSV(B)297.63º57.58%51.76%-
XYZ14.639.1622.83-
YUV86.49153.68158.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=40.69%
G=17.67%
B=41.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129561320.020.5800.48297.6340.4336.86
Hex81388423A03012a2825
Octal201702042720604525045
Binary1000000111100010000100101110100110000100101010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813884; }

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

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

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

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

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

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

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

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