Html Css Color HEX #811FBE Dark Orchid

📋 copy color: '#811FBE'

red 129 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #811FBE

Tints of Dark Orchid #811FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

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

R = 36.86%
G = 8.86%
B = 54.29%

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

#811FBE (or 0x811FBE) is known color: Dark Orchid. HEX triplet: 81, 1F and BE. RGB value is (129,31,190). Sum of RGB (Red+Green+Blue) = 129+31+190=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #811FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811FBE is #7EE041. Grayscale: #4D4D4D. Windows color (decimal): -8314946 or 12459905. OLE color: 12459905.

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

Color convert

RGB 129 31 190 -
CMYK 0.32 0.84 0 0.25
HSL 276.98º 0.72% 0.43% -
HSV(B) 276.98º 0.84% 0.75% -
XYZ 18.84 9.36 49.53 -
YUV 78.43 190.97 164.07 -
System Red Green Blue C M Y K H S L
Decimal 129 31 190 0.32 0.84 0 0.25 276.98 0.72 0.43
Hex 81 1F BE 20 54 0 19 115 48 2B
Octal 201 37 276 40 124 0 31 425 110 53
Binary 10000001 11111 10111110 100000 1010100 0 11001 100010101 1001000 101011

Color Harmonies of #811FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811FBE

Black with #811FBE

Text Example


Text Example

White with #811FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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