#813FCB

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

Shades of Blue Violet #813FCB

Tints of Blue Violet #813FCB

Color information

#813FCB (or 0x813FCB) is unknown color: approx Blue Violet. HEX triplet: 81, 3F and CB. RGB value is (129,63,203). Sum of RGB (Red+Green+Blue) = 129+63+203=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #813FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FCB is #7EC034. Grayscale: #626262. Windows color (decimal): -8306741 or 13320065. OLE color: 13320065.

HSL color Cylindrical-coordinate representation of color #813FCB: hue angle of 268.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #813FCB is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12963203-
CMYK0.360.6900.20
HSL268.29º57.38%52.16%-
HSV(B)268.29º68.97%79.61%-
XYZ21.6112.5357.78-
YUV98.69186.87149.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=32.66%
G=15.95%
B=51.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129632030.360.6900.20268.2957.3852.16
Hex813FCB244501410c3934
Octal20177313441050244147164
Binary10000001111111110010111001001000101010100100001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,63,203); }

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

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

 a { background-color: rgb(129,63,203); }

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

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

 span { border-color: rgb(129,63,203); }

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