Html Css Color HEX #812ECC Blue Violet

📋 copy color: '#812ECC'

red 129 ◦ green 46 ◦ blue 204

#812ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #812ECC

Tints of Blue Violet #812ECC

RGB

 RED value IS 129 (50.78% from 255) = 34.04%

 GREEN value IS 46 (18.36% from 255) = 12.14%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 34.04%
G = 12.14%
B = 53.83%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#812ECC (or 0x812ECC) is known color: Blue Violet. HEX triplet: 81, 2E and CC. RGB value is (129,46,204). Sum of RGB (Red+Green+Blue) = 129+46+204=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #812ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ECC is #7ED133. Grayscale: #585858. Windows color (decimal): -8311092 or 13381249. OLE color: 13381249.

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

Color convert

RGB 129 46 204 -
CMYK 0.37 0.77 0 0.2
HSL 271.52º 0.63% 0.49% -
HSV(B) 271.52º 0.77% 0.8% -
XYZ 20.93 10.98 58.14 -
YUV 88.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 129 46 204 0.37 0.77 0 0.2 271.52 0.63 0.49
Hex 81 2E CC 25 4D 0 14 110 3F 31
Octal 201 56 314 45 115 0 24 420 77 61
Binary 10000001 101110 11001100 100101 1001101 0 10100 100010000 111111 110001

Color Harmonies of #812ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812ECC

Black with #812ECC

Text Example


Text Example

White with #812ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #812ECC;
 }
 .AnyTagClassName
 {
   color: #812ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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