Html Css Color HEX #811DCB Blue Violet

📋 copy color: '#811DCB'

red 129 ◦ green 29 ◦ blue 203

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

Shades of Blue Violet #811DCB

Tints of Blue Violet #811DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 35.73%
G = 8.03%
B = 56.23%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#811DCB (or 0x811DCB) is known color: Blue Violet. HEX triplet: 81, 1D and CB. RGB value is (129,29,203). Sum of RGB (Red+Green+Blue) = 129+29+203=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #811DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DCB is #7EE234. Grayscale: #4E4E4E. Windows color (decimal): -8315445 or 13311361. OLE color: 13311361.

HSL color Cylindrical-coordinate representation of color #811DCB: hue angle of 274.48º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811DCB is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 29 203 -
CMYK 0.36 0.86 0 0.20
HSL 274.48º 0.75% 0.45% -
HSV(B) 274.48º 0.86% 0.8% -
XYZ 20.27 9.86 57.33 -
YUV 78.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 129 29 203 0.36 0.86 0 0.20 274.48 0.75 0.45
Hex 81 1D CB 24 56 0 14 112 4B 2D
Octal 201 35 313 44 126 0 24 422 113 55
Binary 10000001 11101 11001011 100100 1010110 0 10100 100010010 1001011 101101

Color Harmonies of #811DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811DCB

Black with #811DCB

Text Example


Text Example

White with #811DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811DCB; }

 p { color: rgb(129,29,203); }

 H1.HeaderClassName
 {
   color: #811DCB;
 }
 .AnyTagClassName
 {
   color: #811DCB;
 }
</style>

background-color css

<style>
 a { background-color: #811DCB; }

 a { background-color: rgb(129,29,203); }

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

border-color css

<style>
 span { border-color: #811DCB; }

 span { border-color: rgb(129,29,203); }

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