#821BB1

Color #821BB1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #821BB1

Tints of Dark Orchid #821BB1

Color information

#821BB1 (or 0x821BB1) is unknown color: approx Dark Orchid. HEX triplet: 82, 1B and B1. RGB value is (130,27,177). Sum of RGB (Red+Green+Blue) = 130+27+177=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #821BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821BB1 is #7DE44E. Grayscale: #4A4A4A. Windows color (decimal): -8250447 or 11606914. OLE color: 11606914.

HSL color Cylindrical-coordinate representation of color #821BB1: hue angle of 281.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821BB1 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13027177-
CMYK0.270.8500.31
HSL281.2º73.53%40%-
HSV(B)281.2º84.75%69.41%-
XYZ17.538.742.35-
YUV74.9185.62167.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 27 (10.94% from 255) = 8.08%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=38.92%
G=8.08%
B=52.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130271770.270.8500.31281.273.5340
Hex821BB11B5501F1194a28
Octal202332613312503743111250
Binary1000001011011101100011101110101010111111000110011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821BB1; }

 p { color: rgb(130,27,177); }

 H1.HeaderClassName
 {
   color: #821BB1;
 }
 .AnyTagClassName
 {
   color: #821BB1;
 }
</style>
background-color css

<style>
 a { background-color: #821BB1; }

 a { background-color: rgb(130,27,177); }

 div.DivClassName
 {
   background-color: #821BB1;
 }
 .BgClassName
 {
   background-color: #821BB1;
 }
</style>
border-color css

<style>
 span { border-color: #821BB1; }

 span { border-color: rgb(130,27,177); }

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