#8128BD

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

Shades of Dark Orchid #8128BD

Tints of Dark Orchid #8128BD

Color information

#8128BD (or 0x8128BD) is unknown color: approx Dark Orchid. HEX triplet: 81, 28 and BD. RGB value is (129,40,189). Sum of RGB (Red+Green+Blue) = 129+40+189=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #8128BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8128BD is #7ED742. Grayscale: #535353. Windows color (decimal): -8312643 or 12396673. OLE color: 12396673.

HSL color Cylindrical-coordinate representation of color #8128BD: hue angle of 275.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8128BD is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12940189-
CMYK0.320.7900.26
HSL275.84º65.07%44.9%-
HSV(B)275.84º78.84%74.12%-
XYZ199.8649.05-
YUV83.6187.49160.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 40 (16.02% from 255) = 11.17%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=36.03%
G=11.17%
B=52.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129401890.320.7900.26275.8465.0744.9
Hex8128BD204F01A114412d
Octal201502754011703242410155
Binary100000011010001011110110000010011110110101000101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8128BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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