#8F328B

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

Shades of Vivid Violet #8F328B

Tints of Vivid Violet #8F328B

Color information

#8F328B (or 0x8F328B) is unknown color: approx Vivid Violet. HEX triplet: 8F, 32 and 8B. RGB value is (143,50,139). Sum of RGB (Red+Green+Blue) = 143+50+139=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F328B is #70CD74. Grayscale: #575757. Windows color (decimal): -7392629 or 9122447. OLE color: 9122447.

HSL color Cylindrical-coordinate representation of color #8F328B: hue angle of 302.58º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F328B is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14350139-
CMYK00.650.030.44
HSL302.58º48.19%37.84%-
HSV(B)302.58º65.03%56.08%-
XYZ17.139.9825.45-
YUV87.95156.81167.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=43.07%
G=15.06%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435013900.650.030.44302.5848.1937.84
Hex8F328B04132C12f3026
Octal2176221301013544576046
Binary10001111110010100010110100000111101100100101111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,50,139); }

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

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

 a { background-color: rgb(143,50,139); }

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

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

 span { border-color: rgb(143,50,139); }

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