Html Css Color HEX #812BDB Blue Violet

📋 copy color: '#812BDB'

red 129 ◦ green 43 ◦ blue 219

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

Shades of Blue Violet #812BDB

Tints of Blue Violet #812BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11%

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

R = 32.99%
G = 11%
B = 56.01%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#812BDB (or 0x812BDB) is known color: Blue Violet. HEX triplet: 81, 2B and DB. RGB value is (129,43,219). Sum of RGB (Red+Green+Blue) = 129+43+219=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #812BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812BDB is #7ED424. Grayscale: #585858. Windows color (decimal): -8311845 or 14363521. OLE color: 14363521.

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

Color convert

RGB 129 43 219 -
CMYK 0.41 0.80 0 0.14
HSL 269.32º 0.71% 0.51% -
HSV(B) 269.32º 0.8% 0.86% -
XYZ 22.7 11.51 68.04 -
YUV 88.78 201.49 156.69 -
System Red Green Blue C M Y K H S L
Decimal 129 43 219 0.41 0.80 0 0.14 269.32 0.71 0.51
Hex 81 2B DB 29 50 0 E 10D 47 33
Octal 201 53 333 51 120 0 16 415 107 63
Binary 10000001 101011 11011011 101001 1010000 0 1110 100001101 1000111 110011

Color Harmonies of #812BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812BDB

Black with #812BDB

Text Example


Text Example

White with #812BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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