Html Css Color HEX #811AC0 Dark Orchid

📋 copy color: '#811AC0'

red 129 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #811AC0

Tints of Dark Orchid #811AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 55.33%

R = 37.18%
G = 7.49%
B = 55.33%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#811AC0 (or 0x811AC0) is known color: Dark Orchid. HEX triplet: 81, 1A and C0. RGB value is (129,26,192). Sum of RGB (Red+Green+Blue) = 129+26+192=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #811AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811AC0 is #7EE53F. Grayscale: #4B4B4B. Windows color (decimal): -8316224 or 12589697. OLE color: 12589697.

HSL color Cylindrical-coordinate representation of color #811AC0: hue angle of 277.23º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811AC0 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 26 192 -
CMYK 0.33 0.86 0 0.25
HSL 277.23º 0.76% 0.43% -
HSV(B) 277.23º 0.86% 0.75% -
XYZ 18.94 9.21 50.65 -
YUV 75.72 193.62 166 -
System Red Green Blue C M Y K H S L
Decimal 129 26 192 0.33 0.86 0 0.25 277.23 0.76 0.43
Hex 81 1A C0 21 56 0 19 115 4C 2B
Octal 201 32 300 41 126 0 31 425 114 53
Binary 10000001 11010 11000000 100001 1010110 0 11001 100010101 1001100 101011

Color Harmonies of #811AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811AC0

Black with #811AC0

Text Example


Text Example

White with #811AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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