#8603be

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

Shades of Dark Violet #8603BE

Tints of Dark Violet #8603BE

Color information

#8603BE (or 0x8603BE) is unknown color: approx Dark Violet. HEX triplet: 86, 03 and BE. RGB value is (134,3,190). Sum of RGB (Red+Green+Blue) = 134+3+190=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #8603BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8603BE is #79FC41. Grayscale: #3E3E3E. Windows color (decimal): -7994434 or 12452742. OLE color: 12452742.

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

Color convert

RGB1343190-
CMYK0.290.9800.25
HSL282.03º96.89%37.84%-
HSV(B)282.03º98.42%74.51%-
XYZ19.168.8549.41-
YUV63.49199.4178.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 3 (1.56% from 255) = 0.92%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=40.98%
G=0.92%
B=58.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13431900.290.9800.25282.0396.8937.84
Hex863BE1D6201911a6126
Octal20632763514203143214146
Binary1000011011101111101110111000100110011000110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8603be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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