#821ABA

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

Shades of Dark Orchid #821ABA

Tints of Dark Orchid #821ABA

Color information

#821ABA (or 0x821ABA) is unknown color: approx Dark Orchid. HEX triplet: 82, 1A and BA. RGB value is (130,26,186). Sum of RGB (Red+Green+Blue) = 130+26+186=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #821ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ABA is #7DE545. Grayscale: #4A4A4A. Windows color (decimal): -8250694 or 12196482. OLE color: 12196482.

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

Color convert

RGB13026186-
CMYK0.300.8600.27
HSL279º75.47%41.57%-
HSV(B)279º86.02%72.94%-
XYZ18.449.0347.23-
YUV75.34190.46166.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 26 (10.55% from 255) = 7.60%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=38.01%
G=7.60%
B=54.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130261860.300.8600.2727975.4741.57
Hex821ABA1E5601B1174b2a
Octal202322723612603342711352
Binary1000001011010101110101111010101100110111000101111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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