#822EBD

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

Shades of Dark Orchid #822EBD

Tints of Dark Orchid #822EBD

Color information

#822EBD (or 0x822EBD) is unknown color: approx Dark Orchid. HEX triplet: 82, 2E and BD. RGB value is (130,46,189). Sum of RGB (Red+Green+Blue) = 130+46+189=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #822EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822EBD is #7DD142. Grayscale: #565656. Windows color (decimal): -8245571 or 12398210. OLE color: 12398210.

HSL color Cylindrical-coordinate representation of color #822EBD: hue angle of 275.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822EBD is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13046189-
CMYK0.310.7600.26
HSL275.24º60.85%46.08%-
HSV(B)275.24º75.66%74.12%-
XYZ19.3710.3749.13-
YUV87.42185.33158.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=35.62%
G=12.60%
B=51.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130461890.310.7600.26275.2460.8546.08
Hex822EBD1F4C01A1133d2e
Octal20256275371140324237556
Binary1000001010111010111101111111001100011010100010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,46,189); }

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

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

 a { background-color: rgb(130,46,189); }

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

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

 span { border-color: rgb(130,46,189); }

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