#812ACC

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

Shades of Blue Violet #812ACC

Tints of Blue Violet #812ACC

Color information

#812ACC (or 0x812ACC) is unknown color: approx Blue Violet. HEX triplet: 81, 2A and CC. RGB value is (129,42,204). Sum of RGB (Red+Green+Blue) = 129+42+204=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #812ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ACC is #7ED533. Grayscale: #555555. Windows color (decimal): -8312116 or 13380225. OLE color: 13380225.

HSL color Cylindrical-coordinate representation of color #812ACC: hue angle of 272.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #812ACC is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12942204-
CMYK0.370.7900.2
HSL272.22º65.85%48.24%-
HSV(B)272.22º79.41%80%-
XYZ20.7810.6858.09-
YUV86.48194.32158.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 42 (16.80% from 255) = 11.2%
BLUE value IS 204 (80.08% from 255) = 54.4%
R=34.4%
G=11.2%
B=54.4%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129422040.370.7900.2272.2265.8548.24
Hex812ACC254F0141104230
Octal201523144511702442010260
Binary100000011010101100110010010110011110101001000100001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,42,204); }

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

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

 a { background-color: rgb(129,42,204); }

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

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

 span { border-color: rgb(129,42,204); }

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