Html Css Color HEX #812ADB Blue Violet

📋 copy color: '#812ADB'

red 129 ◦ green 42 ◦ blue 219

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

Shades of Blue Violet #812ADB

Tints of Blue Violet #812ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 33.08%
G = 10.77%
B = 56.15%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#812ADB (or 0x812ADB) is known color: Blue Violet. HEX triplet: 81, 2A and DB. RGB value is (129,42,219). Sum of RGB (Red+Green+Blue) = 129+42+219=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #812ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ADB is #7ED524. Grayscale: #575757. Windows color (decimal): -8312101 or 14363265. OLE color: 14363265.

HSL color Cylindrical-coordinate representation of color #812ADB: hue angle of 269.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812ADB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 42 219 -
CMYK 0.41 0.81 0 0.14
HSL 269.49º 0.71% 0.51% -
HSV(B) 269.49º 0.81% 0.86% -
XYZ 22.67 11.44 68.03 -
YUV 88.19 201.82 157.11 -
System Red Green Blue C M Y K H S L
Decimal 129 42 219 0.41 0.81 0 0.14 269.49 0.71 0.51
Hex 81 2A DB 29 51 0 E 10D 47 33
Octal 201 52 333 51 121 0 16 415 107 63
Binary 10000001 101010 11011011 101001 1010001 0 1110 100001101 1000111 110011

Color Harmonies of #812ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812ADB

Black with #812ADB

Text Example


Text Example

White with #812ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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