#8F3594

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

Shades of Vivid Violet #8F3594

Tints of Vivid Violet #8F3594

Color information

#8F3594 (or 0x8F3594) is unknown color: approx Vivid Violet. HEX triplet: 8F, 35 and 94. RGB value is (143,53,148). Sum of RGB (Red+Green+Blue) = 143+53+148=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3594 is #70CA6B. Grayscale: #5A5A5A. Windows color (decimal): -7391852 or 9713039. OLE color: 9713039.

HSL color Cylindrical-coordinate representation of color #8F3594: hue angle of 296.84º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3594 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14353148-
CMYK0.030.6400.42
HSL296.84º47.26%39.41%-
HSV(B)296.84º64.19%58.04%-
XYZ17.9510.5229.1-
YUV90.74160.32165.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.57%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=41.57%
G=15.41%
B=43.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143531480.030.6400.42296.8447.2639.41
Hex8F359434002A1292f27
Octal2176522431000524515747
Binary10001111110101100101001110000000101010100101001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,53,148); }

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

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

 a { background-color: rgb(143,53,148); }

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

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

 span { border-color: rgb(143,53,148); }

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