#8F458C

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

Shades of Vivid Violet #8F458C

Tints of Vivid Violet #8F458C

Color information

#8F458C (or 0x8F458C) is unknown color: approx Vivid Violet. HEX triplet: 8F, 45 and 8C. RGB value is (143,69,140). Sum of RGB (Red+Green+Blue) = 143+69+140=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F458C is #70BA73. Grayscale: #636363. Windows color (decimal): -7387764 or 9192847. OLE color: 9192847.

HSL color Cylindrical-coordinate representation of color #8F458C: hue angle of 302.43º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F458C is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14369140-
CMYK00.520.020.44
HSL302.43º34.91%41.57%-
HSV(B)302.43º51.75%56.08%-
XYZ18.1911.9926.17-
YUV99.22151.02159.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.62%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=40.62%
G=19.60%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436914000.520.020.44302.4334.9141.57
Hex8F458C03422C12e232a
Octal2171052140642544564352
Binary10001111100010110001100011010010101100100101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,69,140); }

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

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

 a { background-color: rgb(143,69,140); }

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

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

 span { border-color: rgb(143,69,140); }

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