#812ccc

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

Shades of Blue Violet #812CCC

Tints of Blue Violet #812CCC

Color information

#812CCC (or 0x812CCC) is unknown color: approx Blue Violet. HEX triplet: 81, 2C and CC. RGB value is (129,44,204). Sum of RGB (Red+Green+Blue) = 129+44+204=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #812CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CCC is #7ED333. Grayscale: #575757. Windows color (decimal): -8311604 or 13380737. OLE color: 13380737.

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

Color convert

RGB12944204-
CMYK0.370.7800.2
HSL271.88º64.52%48.63%-
HSV(B)271.88º78.43%80%-
XYZ20.8510.8358.12-
YUV87.66193.66157.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 44 (17.58% from 255) = 11.67%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=34.22%
G=11.67%
B=54.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129442040.370.7800.2271.8864.5248.63
Hex812CCC254E0141104131
Octal201543144511602442010161
Binary100000011011001100110010010110011100101001000100001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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