Html Css Color HEX #811CBD Dark Orchid

📋 copy color: '#811CBD'

red 129 ◦ green 28 ◦ blue 189

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

Shades of Dark Orchid #811CBD

Tints of Dark Orchid #811CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

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

R = 37.28%
G = 8.09%
B = 54.62%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#811CBD (or 0x811CBD) is known color: Dark Orchid. HEX triplet: 81, 1C and BD. RGB value is (129,28,189). Sum of RGB (Red+Green+Blue) = 129+28+189=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #811CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CBD is #7EE342. Grayscale: #4C4C4C. Windows color (decimal): -8315715 or 12393601. OLE color: 12393601.

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

Color convert

RGB 129 28 189 -
CMYK 0.32 0.85 0 0.26
HSL 277.64º 0.74% 0.43% -
HSV(B) 277.64º 0.85% 0.74% -
XYZ 18.65 9.17 48.93 -
YUV 76.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 129 28 189 0.32 0.85 0 0.26 277.64 0.74 0.43
Hex 81 1C BD 20 55 0 1A 116 4A 2B
Octal 201 34 275 40 125 0 32 426 112 53
Binary 10000001 11100 10111101 100000 1010101 0 11010 100010110 1001010 101011

Color Harmonies of #811CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811CBD

Black with #811CBD

Text Example


Text Example

White with #811CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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