#8228B1

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

Shades of Dark Orchid #8228B1

Tints of Dark Orchid #8228B1

Color information

#8228B1 (or 0x8228B1) is unknown color: approx Dark Orchid. HEX triplet: 82, 28 and B1. RGB value is (130,40,177). Sum of RGB (Red+Green+Blue) = 130+40+177=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #8228B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8228B1 is #7DD74E. Grayscale: #525252. Windows color (decimal): -8247119 or 11610242. OLE color: 11610242.

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

Color convert

RGB13040177-
CMYK0.270.7700.31
HSL279.42º63.13%42.55%-
HSV(B)279.42º77.4%69.41%-
XYZ17.99.4442.47-
YUV82.53181.32161.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 40 (16.02% from 255) = 11.53%
BLUE value IS 177 (69.53% from 255) = 51.01%
R=37.46%
G=11.53%
B=51.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130401770.270.7700.31279.4263.1342.55
Hex8228B11B4D01F1173f2b
Octal20250261331150374277753
Binary1000001010100010110001110111001101011111100010111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8228B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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