#8f03be

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

Shades of Dark Violet #8F03BE

Tints of Dark Violet #8F03BE

Color information

#8F03BE (or 0x8F03BE) is unknown color: approx Dark Violet. HEX triplet: 8F, 03 and BE. RGB value is (143,3,190). Sum of RGB (Red+Green+Blue) = 143+3+190=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F03BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F03BE is #70FC41. Grayscale: #414141. Windows color (decimal): -7404610 or 12452751. OLE color: 12452751.

HSL color Cylindrical-coordinate representation of color #8F03BE: hue angle of 284.92º 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 #8F03BE is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1433190-
CMYK0.250.9800.25
HSL284.92º96.89%37.84%-
HSV(B)284.92º98.42%74.51%-
XYZ20.659.6249.48-
YUV66.18197.88182.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=42.56%
G=0.89%
B=56.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14331900.250.9800.25284.9296.8937.84
Hex8F3BE196201911d6126
Octal21732763114203143514146
Binary1000111111101111101100111000100110011000111011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f03be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f03be; }

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

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

<style>
 a { background-color: #8f03be; }

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

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

<style>
 span { border-color: #8f03be; }

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

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