#8117b1

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

Shades of Dark Orchid #8117B1

Tints of Dark Orchid #8117B1

Color information

#8117B1 (or 0x8117B1) is unknown color: approx Dark Orchid. HEX triplet: 81, 17 and B1. RGB value is (129,23,177). Sum of RGB (Red+Green+Blue) = 129+23+177=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #8117B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8117B1 is #7EE84E. Grayscale: #474747. Windows color (decimal): -8317007 or 11605889. OLE color: 11605889.

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

Color convert

RGB12923177-
CMYK0.270.8700.31
HSL281.3º77%39.22%-
HSV(B)281.3º87.01%69.41%-
XYZ17.38.4542.32-
YUV72.25187.12168.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 23 (9.38% from 255) = 6.99%
BLUE value IS 177 (69.53% from 255) = 53.80%
R=39.21%
G=6.99%
B=53.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129231770.270.8700.31281.37739.22
Hex8117B11B5701F1194d27
Octal201272613312703743111547
Binary1000000110111101100011101110101110111111000110011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8117b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8117b1; }

 p { color: rgb(129,23,177); }

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

<style>
 a { background-color: #8117b1; }

 a { background-color: rgb(129,23,177); }

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

<style>
 span { border-color: #8117b1; }

 span { border-color: rgb(129,23,177); }

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