#822DBA

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

Shades of Dark Orchid #822DBA

Tints of Dark Orchid #822DBA

Color information

#822DBA (or 0x822DBA) is unknown color: approx Dark Orchid. HEX triplet: 82, 2D and BA. RGB value is (130,45,186). Sum of RGB (Red+Green+Blue) = 130+45+186=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #822DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DBA is #7DD245. Grayscale: #565656. Windows color (decimal): -8245830 or 12201346. OLE color: 12201346.

HSL color Cylindrical-coordinate representation of color #822DBA: hue angle of 276.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822DBA is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13045186-
CMYK0.300.7600.27
HSL276.17º61.04%45.29%-
HSV(B)276.17º75.81%72.94%-
XYZ19.0110.1747.42-
YUV86.49184.16159.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 45 (17.97% from 255) = 12.47%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=36.01%
G=12.47%
B=51.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130451860.300.7600.27276.1761.0445.29
Hex822DBA1E4C01B1143d2d
Octal20255272361140334247555
Binary1000001010110110111010111101001100011011100010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822DBA; }

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

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

<style>
 a { background-color: #822DBA; }

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

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

<style>
 span { border-color: #822DBA; }

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

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