Html Css Color HEX #811ACD Blue Violet

📋 copy color: '#811ACD'

red 129 ◦ green 26 ◦ blue 205

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

Shades of Blue Violet #811ACD

Tints of Blue Violet #811ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.22%

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 35.83%
G = 7.22%
B = 56.94%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#811ACD (or 0x811ACD) is known color: Blue Violet. HEX triplet: 81, 1A and CD. RGB value is (129,26,205). Sum of RGB (Red+Green+Blue) = 129+26+205=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #811ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ACD is #7EE532. Grayscale: #4C4C4C. Windows color (decimal): -8316211 or 13441665. OLE color: 13441665.

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

Color convert

RGB 129 26 205 -
CMYK 0.37 0.87 0 0.20
HSL 274.53º 0.77% 0.45% -
HSV(B) 274.53º 0.87% 0.8% -
XYZ 20.44 9.81 58.57 -
YUV 77.2 200.12 164.95 -
System Red Green Blue C M Y K H S L
Decimal 129 26 205 0.37 0.87 0 0.20 274.53 0.77 0.45
Hex 81 1A CD 25 57 0 14 113 4D 2D
Octal 201 32 315 45 127 0 24 423 115 55
Binary 10000001 11010 11001101 100101 1010111 0 10100 100010011 1001101 101101

Color Harmonies of #811ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811ACD

Black with #811ACD

Text Example


Text Example

White with #811ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,26,205); }

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

background-color css

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

 a { background-color: rgb(129,26,205); }

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

border-color css

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

 span { border-color: rgb(129,26,205); }

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