Html Css Color HEX #811ABD Dark Orchid

📋 copy color: '#811ABD'

red 129 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #811ABD

Tints of Dark Orchid #811ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.94%

R = 37.5%
G = 7.56%
B = 54.94%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#811ABD (or 0x811ABD) is known color: Dark Orchid. HEX triplet: 81, 1A and BD. RGB value is (129,26,189). Sum of RGB (Red+Green+Blue) = 129+26+189=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #811ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ABD is #7EE542. Grayscale: #4A4A4A. Windows color (decimal): -8316227 or 12393089. OLE color: 12393089.

HSL color Cylindrical-coordinate representation of color #811ABD: hue angle of 277.91º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811ABD is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 26 189 -
CMYK 0.32 0.86 0 0.26
HSL 277.91º 0.76% 0.42% -
HSV(B) 277.91º 0.86% 0.74% -
XYZ 18.61 9.08 48.92 -
YUV 75.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 129 26 189 0.32 0.86 0 0.26 277.91 0.76 0.42
Hex 81 1A BD 20 56 0 1A 116 4C 2A
Octal 201 32 275 40 126 0 32 426 114 52
Binary 10000001 11010 10111101 100000 1010110 0 11010 100010110 1001100 101010

Color Harmonies of #811ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811ABD

Black with #811ABD

Text Example


Text Example

White with #811ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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