#8228B2

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

Shades of Dark Orchid #8228B2

Tints of Dark Orchid #8228B2

Color information

#8228B2 (or 0x8228B2) is unknown color: approx Dark Orchid. HEX triplet: 82, 28 and B2. RGB value is (130,40,178). Sum of RGB (Red+Green+Blue) = 130+40+178=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #8228B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8228B2 is #7DD74D. Grayscale: #525252. Windows color (decimal): -8247118 or 11675778. OLE color: 11675778.

HSL color Cylindrical-coordinate representation of color #8228B2: hue angle of 279.13º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8228B2 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13040178-
CMYK0.270.7800.30
HSL279.13º63.3%42.75%-
HSV(B)279.13º77.53%69.8%-
XYZ189.4843-
YUV82.64181.82161.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 178 (69.92% from 255) = 51.15%
R=37.36%
G=11.49%
B=51.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130401780.270.7800.30279.1363.342.75
Hex8228B21B4E01E1173f2b
Octal20250262331160364277753
Binary1000001010100010110010110111001110011110100010111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8228B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8228B2; }

 p { color: rgb(130,40,178); }

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

<style>
 a { background-color: #8228B2; }

 a { background-color: rgb(130,40,178); }

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

<style>
 span { border-color: #8228B2; }

 span { border-color: rgb(130,40,178); }

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