Html Css Color HEX #8F328C Vivid Violet

📋 copy color: '#8F328C'

red 143 ◦ green 50 ◦ blue 140

#8F328C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8F328C

Tints of Vivid Violet #8F328C

RGB

 RED value IS 143 (56.25% from 255) = 42.94%

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 42.94%
G = 15.02%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F328C (or 0x8F328C) is known color: Vivid Violet. HEX triplet: 8F, 32 and 8C. RGB value is (143,50,140). Sum of RGB (Red+Green+Blue) = 143+50+140=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F328C is #70CD73. Grayscale: #575757. Windows color (decimal): -7392628 or 9187983. OLE color: 9187983.

HSL color Cylindrical-coordinate representation of color #8F328C: hue angle of 301.94º 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 #8F328C is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 50 140 -
CMYK 0 0.65 0.02 0.44
HSL 301.94º 0.48% 0.38% -
HSV(B) 301.94º 0.65% 0.56% -
XYZ 17.2 10.01 25.84 -
YUV 88.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 143 50 140 0 0.65 0.02 0.44 301.94 0.48 0.38
Hex 8F 32 8C 0 41 2 2C 12E 30 26
Octal 217 62 214 0 101 2 54 456 60 46
Binary 10001111 110010 10001100 0 1000001 10 101100 100101110 110000 100110

Color Harmonies of #8F328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F328C

Black with #8F328C

Text Example


Text Example

White with #8F328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F328C;
 }
 .AnyTagClassName
 {
   color: #8F328C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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