#813ACE

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

Shades of Blue Violet #813ACE

Tints of Blue Violet #813ACE

Color information

#813ACE (or 0x813ACE) is unknown color: approx Blue Violet. HEX triplet: 81, 3A and CE. RGB value is (129,58,206). Sum of RGB (Red+Green+Blue) = 129+58+206=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #813ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813ACE is #7EC531. Grayscale: #5F5F5F. Windows color (decimal): -8308018 or 13515393. OLE color: 13515393.

HSL color Cylindrical-coordinate representation of color #813ACE: hue angle of 268.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #813ACE is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12958206-
CMYK0.370.7200.19
HSL268.78º60.16%51.76%-
HSV(B)268.78º71.84%80.78%-
XYZ21.7112.1559.59-
YUV96.1190.02151.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 58 (23.05% from 255) = 14.76%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=32.82%
G=14.76%
B=52.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129582060.370.7200.19268.7860.1651.76
Hex813ACE254801310d3c34
Octal20172316451100234157464
Binary10000001111010110011101001011001000010011100001101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,58,206); }

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

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

 a { background-color: rgb(129,58,206); }

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

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

 span { border-color: rgb(129,58,206); }

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