#8F449E

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

Shades of Vivid Violet #8F449E

Tints of Vivid Violet #8F449E

Color information

#8F449E (or 0x8F449E) is unknown color: approx Vivid Violet. HEX triplet: 8F, 44 and 9E. RGB value is (143,68,158). Sum of RGB (Red+Green+Blue) = 143+68+158=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F449E is #70BB61. Grayscale: #646464. Windows color (decimal): -7388002 or 10372239. OLE color: 10372239.

HSL color Cylindrical-coordinate representation of color #8F449E: hue angle of 290º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F449E is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14368158-
CMYK0.090.5700.38
HSL290º39.82%44.31%-
HSV(B)290º56.96%61.96%-
XYZ19.5712.4433.72-
YUV100.68160.35158.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=38.75%
G=18.43%
B=42.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143681580.090.5700.3829039.8244.31
Hex8F449E939026122282c
Octal21710423611710464425054
Binary1000111110001001001111010011110010100110100100010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,68,158); }

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

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

 a { background-color: rgb(143,68,158); }

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

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

 span { border-color: rgb(143,68,158); }

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