Html Css Color HEX #811EBD Dark Orchid

📋 copy color: '#811EBD'

red 129 ◦ green 30 ◦ blue 189

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

Shades of Dark Orchid #811EBD

Tints of Dark Orchid #811EBD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.62%

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

R = 37.07%
G = 8.62%
B = 54.31%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#811EBD (or 0x811EBD) is known color: Dark Orchid. HEX triplet: 81, 1E and BD. RGB value is (129,30,189). Sum of RGB (Red+Green+Blue) = 129+30+189=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #811EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811EBD is #7EE142. Grayscale: #4D4D4D. Windows color (decimal): -8315203 or 12394113. OLE color: 12394113.

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

Color convert

RGB 129 30 189 -
CMYK 0.32 0.84 0 0.26
HSL 277.36º 0.73% 0.43% -
HSV(B) 277.36º 0.84% 0.74% -
XYZ 18.7 9.27 48.95 -
YUV 77.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 129 30 189 0.32 0.84 0 0.26 277.36 0.73 0.43
Hex 81 1E BD 20 54 0 1A 115 49 2B
Octal 201 36 275 40 124 0 32 425 111 53
Binary 10000001 11110 10111101 100000 1010100 0 11010 100010101 1001001 101011

Color Harmonies of #811EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811EBD

Black with #811EBD

Text Example


Text Example

White with #811EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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