#8608B1

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

Shades of Dark Violet #8608B1

Tints of Dark Violet #8608B1

Color information

#8608B1 (or 0x8608B1) is unknown color: approx Dark Violet. HEX triplet: 86, 08 and B1. RGB value is (134,8,177). Sum of RGB (Red+Green+Blue) = 134+8+177=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #8608B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8608B1 is #79F74E. Grayscale: #404040. Windows color (decimal): -7993167 or 11602054. OLE color: 11602054.

HSL color Cylindrical-coordinate representation of color #8608B1: hue angle of 284.73º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8608B1 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1348177-
CMYK0.240.9500.31
HSL284.73º91.35%36.27%-
HSV(B)284.73º95.48%69.41%-
XYZ17.858.4242.28-
YUV64.94191.24177.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 8 (3.52% from 255) = 2.51%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=42.01%
G=2.51%
B=55.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13481770.240.9500.31284.7391.3536.27
Hex868B1185F01F11d5b24
Octal206102613013703743513344
Binary100001101000101100011100010111110111111000111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8608B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8608B1; }

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

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

<style>
 a { background-color: #8608B1; }

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

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

<style>
 span { border-color: #8608B1; }

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

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