#8128B2

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

Shades of Dark Orchid #8128B2

Tints of Dark Orchid #8128B2

Color information

#8128B2 (or 0x8128B2) is unknown color: approx Dark Orchid. HEX triplet: 81, 28 and B2. RGB value is (129,40,178). Sum of RGB (Red+Green+Blue) = 129+40+178=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #8128B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8128B2 is #7ED74D. Grayscale: #515151. Windows color (decimal): -8312654 or 11675777. OLE color: 11675777.

HSL color Cylindrical-coordinate representation of color #8128B2: hue angle of 278.7º 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 #8128B2 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12940178-
CMYK0.280.7800.30
HSL278.7º63.3%42.75%-
HSV(B)278.7º77.53%69.8%-
XYZ17.859.442.99-
YUV82.34181.99161.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 40 (16.02% from 255) = 11.53%
BLUE value IS 178 (69.92% from 255) = 51.30%
R=37.18%
G=11.53%
B=51.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129401780.280.7800.30278.763.342.75
Hex8128B21C4E01E1173f2b
Octal20150262341160364277753
Binary1000000110100010110010111001001110011110100010111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8128B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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