Html Css Color HEX #812ACC Blue Violet

📋 copy color: '#812ACC'

red 129 ◦ green 42 ◦ blue 204

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

Shades of Blue Violet #812ACC

Tints of Blue Violet #812ACC

RGB

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

 GREEN value IS 42 (16.8% 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 value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#812ACC (or 0x812ACC) is known color: 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

RGB 129 42 204 -
CMYK 0.37 0.79 0 0.2
HSL 272.22º 0.66% 0.48% -
HSV(B) 272.22º 0.79% 0.8% -
XYZ 20.78 10.68 58.09 -
YUV 86.48 194.32 158.33 -
System Red Green Blue C M Y K H S L
Decimal 129 42 204 0.37 0.79 0 0.2 272.22 0.66 0.48
Hex 81 2A CC 25 4F 0 14 110 42 30
Octal 201 52 314 45 117 0 24 420 102 60
Binary 10000001 101010 11001100 100101 1001111 0 10100 100010000 1000010 110000

Color Harmonies of #812ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812ACC

Black with #812ACC

Text Example


Text Example

White with #812ACC

Text Example


Text Example

HTML Codes & Css Web 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>