Html Css Color HEX #811AB6 Dark Orchid

📋 copy color: '#811AB6'

red 129 ◦ green 26 ◦ blue 182

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

Shades of Dark Orchid #811AB6

Tints of Dark Orchid #811AB6

RGB

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

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

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

R = 38.28%
G = 7.72%
B = 54.01%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#811AB6 (or 0x811AB6) is known color: Dark Orchid. HEX triplet: 81, 1A and B6. RGB value is (129,26,182). Sum of RGB (Red+Green+Blue) = 129+26+182=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #811AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811AB6 is #7EE549. Grayscale: #4A4A4A. Windows color (decimal): -8316234 or 11934337. OLE color: 11934337.

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

Color convert

RGB 129 26 182 -
CMYK 0.29 0.86 0 0.29
HSL 279.62º 0.75% 0.41% -
HSV(B) 279.62º 0.86% 0.71% -
XYZ 17.87 8.78 45.01 -
YUV 74.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 129 26 182 0.29 0.86 0 0.29 279.62 0.75 0.41
Hex 81 1A B6 1D 56 0 1D 118 4B 29
Octal 201 32 266 35 126 0 35 430 113 51
Binary 10000001 11010 10110110 11101 1010110 0 11101 100011000 1001011 101001

Color Harmonies of #811AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811AB6

Black with #811AB6

Text Example


Text Example

White with #811AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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