Html Css Color HEX #811DB4 Dark Orchid

📋 copy color: '#811DB4'

red 129 ◦ green 29 ◦ blue 180

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

Shades of Dark Orchid #811DB4

Tints of Dark Orchid #811DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 53.25%

R = 38.17%
G = 8.58%
B = 53.25%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#811DB4 (or 0x811DB4) is known color: Dark Orchid. HEX triplet: 81, 1D and B4. RGB value is (129,29,180). Sum of RGB (Red+Green+Blue) = 129+29+180=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #811DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DB4 is #7EE24B. Grayscale: #4B4B4B. Windows color (decimal): -8315468 or 11804033. OLE color: 11804033.

HSL color Cylindrical-coordinate representation of color #811DB4: hue angle of 279.74º degrees, saturation: 0.72, 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 #811DB4 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 29 180 -
CMYK 0.28 0.84 0 0.29
HSL 279.74º 0.72% 0.41% -
HSV(B) 279.74º 0.84% 0.71% -
XYZ 17.73 8.84 43.95 -
YUV 76.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 129 29 180 0.28 0.84 0 0.29 279.74 0.72 0.41
Hex 81 1D B4 1C 54 0 1D 118 48 29
Octal 201 35 264 34 124 0 35 430 110 51
Binary 10000001 11101 10110100 11100 1010100 0 11101 100011000 1001000 101001

Color Harmonies of #811DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811DB4

Black with #811DB4

Text Example


Text Example

White with #811DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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