Html Css Color HEX #811DBA Dark Orchid

📋 copy color: '#811DBA'

red 129 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #811DBA

Tints of Dark Orchid #811DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 37.5%
G = 8.43%
B = 54.07%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#811DBA (or 0x811DBA) is known color: Dark Orchid. HEX triplet: 81, 1D and BA. RGB value is (129,29,186). Sum of RGB (Red+Green+Blue) = 129+29+186=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #811DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DBA is #7EE245. Grayscale: #4C4C4C. Windows color (decimal): -8315462 or 12197249. OLE color: 12197249.

HSL color Cylindrical-coordinate representation of color #811DBA: hue angle of 278.22º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811DBA is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 29 186 -
CMYK 0.31 0.84 0 0.27
HSL 278.22º 0.73% 0.42% -
HSV(B) 278.22º 0.84% 0.73% -
XYZ 18.36 9.09 47.24 -
YUV 76.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 129 29 186 0.31 0.84 0 0.27 278.22 0.73 0.42
Hex 81 1D BA 1F 54 0 1B 116 49 2A
Octal 201 35 272 37 124 0 33 426 111 52
Binary 10000001 11101 10111010 11111 1010100 0 11011 100010110 1001001 101010

Color Harmonies of #811DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811DBA

Black with #811DBA

Text Example


Text Example

White with #811DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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