Html Css Color HEX #811CBE Dark Orchid

📋 copy color: '#811CBE'

red 129 ◦ green 28 ◦ blue 190

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

Shades of Dark Orchid #811CBE

Tints of Dark Orchid #811CBE

RGB

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

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

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

R = 37.18%
G = 8.07%
B = 54.76%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#811CBE (or 0x811CBE) is known color: Dark Orchid. HEX triplet: 81, 1C and BE. RGB value is (129,28,190). Sum of RGB (Red+Green+Blue) = 129+28+190=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #811CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CBE is #7EE341. Grayscale: #4C4C4C. Windows color (decimal): -8315714 or 12459137. OLE color: 12459137.

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

Color convert

RGB 129 28 190 -
CMYK 0.32 0.85 0 0.25
HSL 277.41º 0.74% 0.43% -
HSV(B) 277.41º 0.85% 0.75% -
XYZ 18.76 9.22 49.51 -
YUV 76.67 191.96 165.33 -
System Red Green Blue C M Y K H S L
Decimal 129 28 190 0.32 0.85 0 0.25 277.41 0.74 0.43
Hex 81 1C BE 20 55 0 19 115 4A 2B
Octal 201 34 276 40 125 0 31 425 112 53
Binary 10000001 11100 10111110 100000 1010101 0 11001 100010101 1001010 101011

Color Harmonies of #811CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811CBE

Black with #811CBE

Text Example


Text Example

White with #811CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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