Html Css Color HEX #811ABB Dark Orchid

📋 copy color: '#811ABB'

red 129 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #811ABB

Tints of Dark Orchid #811ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 37.72%
G = 7.6%
B = 54.68%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#811ABB (or 0x811ABB) is known color: Dark Orchid. HEX triplet: 81, 1A and BB. RGB value is (129,26,187). Sum of RGB (Red+Green+Blue) = 129+26+187=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #811ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ABB is #7EE544. Grayscale: #4A4A4A. Windows color (decimal): -8316229 or 12262017. OLE color: 12262017.

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

Color convert

RGB 129 26 187 -
CMYK 0.31 0.86 0 0.27
HSL 278.39º 0.76% 0.42% -
HSV(B) 278.39º 0.86% 0.73% -
XYZ 18.39 8.99 47.78 -
YUV 75.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 129 26 187 0.31 0.86 0 0.27 278.39 0.76 0.42
Hex 81 1A BB 1F 56 0 1B 116 4C 2A
Octal 201 32 273 37 126 0 33 426 114 52
Binary 10000001 11010 10111011 11111 1010110 0 11011 100010110 1001100 101010

Color Harmonies of #811ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811ABB

Black with #811ABB

Text Example


Text Example

White with #811ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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