#8603BD

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

Shades of Dark Violet #8603BD

Tints of Dark Violet #8603BD

Color information

#8603BD (or 0x8603BD) is unknown color: approx Dark Violet. HEX triplet: 86, 03 and BD. RGB value is (134,3,189). Sum of RGB (Red+Green+Blue) = 134+3+189=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #8603BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8603BD is #79FC42. Grayscale: #3E3E3E. Windows color (decimal): -7994435 or 12387206. OLE color: 12387206.

HSL color Cylindrical-coordinate representation of color #8603BD: hue angle of 282.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8603BD is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1343189-
CMYK0.290.9800.26
HSL282.26º96.88%37.65%-
HSV(B)282.26º98.41%74.12%-
XYZ19.058.8148.84-
YUV63.37198.9178.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 3 (1.56% from 255) = 0.92%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=41.10%
G=0.92%
B=57.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13431890.290.9800.26282.2696.8837.65
Hex863BD1D6201A11a6126
Octal20632753514203243214146
Binary1000011011101111011110111000100110101000110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8603BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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