#813b8f

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

Shades of Vivid Violet #813B8F

Tints of Vivid Violet #813B8F

Color information

#813B8F (or 0x813B8F) is unknown color: approx Vivid Violet. HEX triplet: 81, 3B and 8F. RGB value is (129,59,143). Sum of RGB (Red+Green+Blue) = 129+59+143=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #813B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813B8F is #7EC470. Grayscale: #595959. Windows color (decimal): -8307825 or 9386881. OLE color: 9386881.

HSL color Cylindrical-coordinate representation of color #813B8F: hue angle of 290º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #813B8F is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12959143-
CMYK0.100.5900.44
HSL290º41.58%39.61%-
HSV(B)290º58.74%56.08%-
XYZ15.589.7827.05-
YUV89.51158.19156.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=38.97%
G=17.82%
B=43.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129591430.100.5900.4429041.5839.61
Hex813B8FA3B02C1222a28
Octal2017321712730544425250
Binary100000011110111000111110101110110101100100100010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813b8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813b8f; }

 p { color: rgb(129,59,143); }

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

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

 a { background-color: rgb(129,59,143); }

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

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

 span { border-color: rgb(129,59,143); }

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