Html Css Color HEX #812DDB Blue Violet

📋 copy color: '#812DDB'

red 129 ◦ green 45 ◦ blue 219

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

Shades of Blue Violet #812DDB

Tints of Blue Violet #812DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.45%

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

R = 32.82%
G = 11.45%
B = 55.73%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#812DDB (or 0x812DDB) is known color: Blue Violet. HEX triplet: 81, 2D and DB. RGB value is (129,45,219). Sum of RGB (Red+Green+Blue) = 129+45+219=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #812DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DDB is #7ED224. Grayscale: #595959. Windows color (decimal): -8311333 or 14364033. OLE color: 14364033.

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

Color convert

RGB 129 45 219 -
CMYK 0.41 0.79 0 0.14
HSL 268.97º 0.71% 0.52% -
HSV(B) 268.97º 0.79% 0.86% -
XYZ 22.78 11.66 68.07 -
YUV 89.95 200.83 155.85 -
System Red Green Blue C M Y K H S L
Decimal 129 45 219 0.41 0.79 0 0.14 268.97 0.71 0.52
Hex 81 2D DB 29 4F 0 E 10D 47 34
Octal 201 55 333 51 117 0 16 415 107 64
Binary 10000001 101101 11011011 101001 1001111 0 1110 100001101 1000111 110100

Color Harmonies of #812DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812DDB

Black with #812DDB

Text Example


Text Example

White with #812DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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