Html Css Color HEX #811EBE Dark Orchid

📋 copy color: '#811EBE'

red 129 ◦ green 30 ◦ blue 190

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

Shades of Dark Orchid #811EBE

Tints of Dark Orchid #811EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.44%

R = 36.96%
G = 8.6%
B = 54.44%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#811EBE (or 0x811EBE) is known color: Dark Orchid. HEX triplet: 81, 1E and BE. RGB value is (129,30,190). Sum of RGB (Red+Green+Blue) = 129+30+190=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #811EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811EBE is #7EE141. Grayscale: #4D4D4D. Windows color (decimal): -8315202 or 12459649. OLE color: 12459649.

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

Color convert

RGB 129 30 190 -
CMYK 0.32 0.84 0 0.25
HSL 277.13º 0.73% 0.43% -
HSV(B) 277.13º 0.84% 0.75% -
XYZ 18.81 9.31 49.52 -
YUV 77.84 191.3 164.49 -
System Red Green Blue C M Y K H S L
Decimal 129 30 190 0.32 0.84 0 0.25 277.13 0.73 0.43
Hex 81 1E BE 20 54 0 19 115 49 2B
Octal 201 36 276 40 124 0 31 425 111 53
Binary 10000001 11110 10111110 100000 1010100 0 11001 100010101 1001001 101011

Color Harmonies of #811EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811EBE

Black with #811EBE

Text Example


Text Example

White with #811EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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