#8127BD

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

Shades of Dark Orchid #8127BD

Tints of Dark Orchid #8127BD

Color information

#8127BD (or 0x8127BD) is unknown color: approx Dark Orchid. HEX triplet: 81, 27 and BD. RGB value is (129,39,189). Sum of RGB (Red+Green+Blue) = 129+39+189=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #8127BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8127BD is #7ED842. Grayscale: #525252. Windows color (decimal): -8312899 or 12396417. OLE color: 12396417.

HSL color Cylindrical-coordinate representation of color #8127BD: hue angle of 276º degrees, saturation: 0.66, 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 #8127BD is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12939189-
CMYK0.320.7900.26
HSL276º65.79%44.71%-
HSV(B)276º79.37%74.12%-
XYZ18.969.7949.03-
YUV83.01187.82160.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 39 (15.62% from 255) = 10.92%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=36.13%
G=10.92%
B=52.94%

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
Decimal129391890.320.7900.2627665.7944.71
Hex8127BD204F01A114422d
Octal201472754011703242410255
Binary100000011001111011110110000010011110110101000101001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8127BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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