Html Css Color HEX #812AE1 Blue Violet

📋 copy color: '#812AE1'

red 129 ◦ green 42 ◦ blue 225

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

Shades of Blue Violet #812AE1

Tints of Blue Violet #812AE1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.61%

 BLUE value IS 225 (88.28% from 255) = 56.82%

R = 32.58%
G = 10.61%
B = 56.82%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#812AE1 (or 0x812AE1) is known color: Blue Violet. HEX triplet: 81, 2A and E1. RGB value is (129,42,225). Sum of RGB (Red+Green+Blue) = 129+42+225=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #812AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812AE1 is #7ED51E. Grayscale: #585858. Windows color (decimal): -8312095 or 14756481. OLE color: 14756481.

HSL color Cylindrical-coordinate representation of color #812AE1: hue angle of 268.52º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812AE1 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 42 225 -
CMYK 0.43 0.81 0 0.12
HSL 268.52º 0.75% 0.52% -
HSV(B) 268.52º 0.81% 0.88% -
XYZ 23.47 11.76 72.27 -
YUV 88.88 204.82 156.62 -
System Red Green Blue C M Y K H S L
Decimal 129 42 225 0.43 0.81 0 0.12 268.52 0.75 0.52
Hex 81 2A E1 2B 51 0 C 10D 4B 34
Octal 201 52 341 53 121 0 14 415 113 64
Binary 10000001 101010 11100001 101011 1010001 0 1100 100001101 1001011 110100

Color Harmonies of #812AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812AE1

Black with #812AE1

Text Example


Text Example

White with #812AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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