#821ABE

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

Shades of Dark Orchid #821ABE

Tints of Dark Orchid #821ABE

Color information

#821ABE (or 0x821ABE) is unknown color: approx Dark Orchid. HEX triplet: 82, 1A and BE. RGB value is (130,26,190). Sum of RGB (Red+Green+Blue) = 130+26+190=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #821ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ABE is #7DE541. Grayscale: #4B4B4B. Windows color (decimal): -8250690 or 12458626. OLE color: 12458626.

HSL color Cylindrical-coordinate representation of color #821ABE: hue angle of 278.05º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821ABE is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13026190-
CMYK0.320.8600.25
HSL278.05º75.93%42.35%-
HSV(B)278.05º86.32%74.51%-
XYZ18.879.249.5-
YUV75.79192.46166.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=37.57%
G=7.51%
B=54.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130261900.320.8600.25278.0575.9342.35
Hex821ABE20560191164c2a
Octal202322764012603142611452
Binary10000010110101011111010000010101100110011000101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,26,190); }

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

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

 a { background-color: rgb(130,26,190); }

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

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

 span { border-color: rgb(130,26,190); }

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