#8617b1

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

Shades of Dark Orchid #8617B1

Tints of Dark Orchid #8617B1

Color information

#8617B1 (or 0x8617B1) is unknown color: approx Dark Orchid. HEX triplet: 86, 17 and B1. RGB value is (134,23,177). Sum of RGB (Red+Green+Blue) = 134+23+177=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #8617B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8617B1 is #79E84E. Grayscale: #494949. Windows color (decimal): -7989327 or 11605894. OLE color: 11605894.

HSL color Cylindrical-coordinate representation of color #8617B1: hue angle of 283.25º 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 #8617B1 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13423177-
CMYK0.240.8700.31
HSL283.25º77%39.22%-
HSV(B)283.25º87.01%69.41%-
XYZ18.078.8642.35-
YUV73.74186.27170.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 23 (9.38% from 255) = 6.89%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=40.12%
G=6.89%
B=52.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134231770.240.8700.31283.257739.22
Hex8617B1185701F11b4d27
Octal206272613012703743311547
Binary1000011010111101100011100010101110111111000110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8617b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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