#812DCE

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

Shades of Blue Violet #812DCE

Tints of Blue Violet #812DCE

Color information

#812DCE (or 0x812DCE) is unknown color: approx Blue Violet. HEX triplet: 81, 2D and CE. RGB value is (129,45,206). Sum of RGB (Red+Green+Blue) = 129+45+206=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #812DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DCE is #7ED231. Grayscale: #575757. Windows color (decimal): -8311346 or 13512065. OLE color: 13512065.

HSL color Cylindrical-coordinate representation of color #812DCE: hue angle of 271.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812DCE is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12945206-
CMYK0.370.7800.19
HSL271.3º64.14%49.22%-
HSV(B)271.3º78.16%80.78%-
XYZ21.131159.4-
YUV88.47194.33156.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 45 (17.97% from 255) = 11.84%
BLUE value IS 206 (80.86% from 255) = 54.21%
R=33.95%
G=11.84%
B=54.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129452060.370.7800.19271.364.1449.22
Hex812DCE254E01310f4031
Octal201553164511602341710061
Binary100000011011011100111010010110011100100111000011111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812DCE; }

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

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

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

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

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

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

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

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