Html Css Color HEX #811BBC Dark Orchid

📋 copy color: '#811BBC'

red 129 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #811BBC

Tints of Dark Orchid #811BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.85%

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 37.5%
G = 7.85%
B = 54.65%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#811BBC (or 0x811BBC) is known color: Dark Orchid. HEX triplet: 81, 1B and BC. RGB value is (129,27,188). Sum of RGB (Red+Green+Blue) = 129+27+188=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #811BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811BBC is #7EE443. Grayscale: #4B4B4B. Windows color (decimal): -8315972 or 12327809. OLE color: 12327809.

HSL color Cylindrical-coordinate representation of color #811BBC: hue angle of 278.01º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811BBC is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 27 188 -
CMYK 0.31 0.86 0 0.26
HSL 278.01º 0.75% 0.42% -
HSV(B) 278.01º 0.86% 0.74% -
XYZ 18.52 9.08 48.35 -
YUV 75.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 129 27 188 0.31 0.86 0 0.26 278.01 0.75 0.42
Hex 81 1B BC 1F 56 0 1A 116 4B 2A
Octal 201 33 274 37 126 0 32 426 113 52
Binary 10000001 11011 10111100 11111 1010110 0 11010 100010110 1001011 101010

Color Harmonies of #811BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811BBC

Black with #811BBC

Text Example


Text Example

White with #811BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,27,188); }

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

background-color css

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

 a { background-color: rgb(129,27,188); }

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

border-color css

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

 span { border-color: rgb(129,27,188); }

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