Html Css Color HEX #811DB6 Dark Orchid

📋 copy color: '#811DB6'

red 129 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #811DB6

Tints of Dark Orchid #811DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.53%

R = 37.94%
G = 8.53%
B = 53.53%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#811DB6 (or 0x811DB6) is known color: Dark Orchid. HEX triplet: 81, 1D and B6. RGB value is (129,29,182). Sum of RGB (Red+Green+Blue) = 129+29+182=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #811DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DB6 is #7EE249. Grayscale: #4B4B4B. Windows color (decimal): -8315466 or 11935105. OLE color: 11935105.

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

Color convert

RGB 129 29 182 -
CMYK 0.29 0.84 0 0.29
HSL 279.22º 0.73% 0.41% -
HSV(B) 279.22º 0.84% 0.71% -
XYZ 17.94 8.92 45.03 -
YUV 76.34 187.63 165.56 -
System Red Green Blue C M Y K H S L
Decimal 129 29 182 0.29 0.84 0 0.29 279.22 0.73 0.41
Hex 81 1D B6 1D 54 0 1D 117 49 29
Octal 201 35 266 35 124 0 35 427 111 51
Binary 10000001 11101 10110110 11101 1010100 0 11101 100010111 1001001 101001

Color Harmonies of #811DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811DB6

Black with #811DB6

Text Example


Text Example

White with #811DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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