#8603B7

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

Shades of Dark Violet #8603B7

Tints of Dark Violet #8603B7

Color information

#8603B7 (or 0x8603B7) is unknown color: approx Dark Violet. HEX triplet: 86, 03 and B7. RGB value is (134,3,183). Sum of RGB (Red+Green+Blue) = 134+3+183=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 183 (71.88% from 255 or 57.19% from 320); Max value from RGB is 183 - color contains mainly: blue. Hex color #8603B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8603B7 is #79FC48. Grayscale: #3E3E3E. Windows color (decimal): -7994441 or 11993990. OLE color: 11993990.

HSL color Cylindrical-coordinate representation of color #8603B7: hue angle of 283.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8603B7 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1343183-
CMYK0.270.9800.28
HSL283.67º96.77%36.47%-
HSV(B)283.67º98.36%71.76%-
XYZ18.418.5545.48-
YUV62.69195.9178.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 183 (71.88% from 255) = 57.19%
R=41.88%
G=0.94%
B=57.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13431830.270.9800.28283.6796.7736.47
Hex863B71B6201C11c6124
Octal20632673314203443414144
Binary1000011011101101111101111000100111001000111001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8603B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8603B7; }

 p { color: rgb(134,3,183); }

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

<style>
 a { background-color: #8603B7; }

 a { background-color: rgb(134,3,183); }

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

<style>
 span { border-color: #8603B7; }

 span { border-color: rgb(134,3,183); }

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