#8F3CA0

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

Shades of Vivid Violet #8F3CA0

Tints of Vivid Violet #8F3CA0

Color information

#8F3CA0 (or 0x8F3CA0) is unknown color: approx Vivid Violet. HEX triplet: 8F, 3C and A0. RGB value is (143,60,160). Sum of RGB (Red+Green+Blue) = 143+60+160=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 160 - color contains mainly: blue. Hex color #8F3CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3CA0 is #70C35F. Grayscale: #5F5F5F. Windows color (decimal): -7390048 or 10501263. OLE color: 10501263.

HSL color Cylindrical-coordinate representation of color #8F3CA0: hue angle of 289.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F3CA0 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14360160-
CMYK0.110.6200.37
HSL289.8º45.45%43.14%-
HSV(B)289.8º62.5%62.75%-
XYZ19.2911.6134.48-
YUV96.22164161.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 60 (23.83% from 255) = 16.53%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=39.39%
G=16.53%
B=44.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143601600.110.6200.37289.845.4543.14
Hex8F3CA0B3E0251222d2b
Octal2177424013760454425553
Binary100011111111001010000010111111100100101100100010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,60,160); }

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

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

 a { background-color: rgb(143,60,160); }

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

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

 span { border-color: rgb(143,60,160); }

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