#8617BB

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

Shades of Dark Violet #8617BB

Tints of Dark Violet #8617BB

Color information

#8617BB (or 0x8617BB) is unknown color: approx Dark Violet. HEX triplet: 86, 17 and BB. RGB value is (134,23,187). Sum of RGB (Red+Green+Blue) = 134+23+187=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #8617BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8617BB is #79E844. Grayscale: #4A4A4A. Windows color (decimal): -7989317 or 12261254. OLE color: 12261254.

HSL color Cylindrical-coordinate representation of color #8617BB: hue angle of 280.61º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8617BB is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13423187-
CMYK0.280.8800.27
HSL280.61º78.1%41.18%-
HSV(B)280.61º87.7%73.33%-
XYZ19.119.2747.8-
YUV74.88191.27170.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 23 (9.38% from 255) = 6.69%
BLUE value IS 187 (73.44% from 255) = 54.36%
R=38.95%
G=6.69%
B=54.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134231870.280.8800.27280.6178.141.18
Hex8617BB1C5801B1194e29
Octal206272733413003343111651
Binary1000011010111101110111110010110000110111000110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8617BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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