Html Css Color HEX #812ADD Blue Violet

📋 copy color: '#812ADD'

red 129 ◦ green 42 ◦ blue 221

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

Shades of Blue Violet #812ADD

Tints of Blue Violet #812ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 32.91%
G = 10.71%
B = 56.38%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#812ADD (or 0x812ADD) is known color: Blue Violet. HEX triplet: 81, 2A and DD. RGB value is (129,42,221). Sum of RGB (Red+Green+Blue) = 129+42+221=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #812ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ADD is #7ED522. Grayscale: #575757. Windows color (decimal): -8312099 or 14494337. OLE color: 14494337.

HSL color Cylindrical-coordinate representation of color #812ADD: hue angle of 269.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812ADD is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 42 221 -
CMYK 0.42 0.81 0 0.13
HSL 269.16º 0.72% 0.52% -
HSV(B) 269.16º 0.81% 0.87% -
XYZ 22.93 11.54 69.43 -
YUV 88.42 202.82 156.95 -
System Red Green Blue C M Y K H S L
Decimal 129 42 221 0.42 0.81 0 0.13 269.16 0.72 0.52
Hex 81 2A DD 2A 51 0 D 10D 48 34
Octal 201 52 335 52 121 0 15 415 110 64
Binary 10000001 101010 11011101 101010 1010001 0 1101 100001101 1001000 110100

Color Harmonies of #812ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812ADD

Black with #812ADD

Text Example


Text Example

White with #812ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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