Html Css Color HEX #8F328E Vivid Violet

📋 copy color: '#8F328E'

red 143 ◦ green 50 ◦ blue 142

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

Shades of Vivid Violet #8F328E

Tints of Vivid Violet #8F328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 42.69%
G = 14.93%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F328E (or 0x8F328E) is known color: Vivid Violet. HEX triplet: 8F, 32 and 8E. RGB value is (143,50,142). Sum of RGB (Red+Green+Blue) = 143+50+142=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F328E is #70CD71. Grayscale: #585858. Windows color (decimal): -7392626 or 9319055. OLE color: 9319055.

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

Color convert

RGB 143 50 142 -
CMYK 0 0.65 0.01 0.44
HSL 300.65º 0.48% 0.38% -
HSV(B) 300.65º 0.65% 0.56% -
XYZ 17.35 10.07 26.62 -
YUV 88.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 143 50 142 0 0.65 0.01 0.44 300.65 0.48 0.38
Hex 8F 32 8E 0 41 1 2C 12D 30 26
Octal 217 62 216 0 101 1 54 455 60 46
Binary 10001111 110010 10001110 0 1000001 1 101100 100101101 110000 100110

Color Harmonies of #8F328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F328E

Black with #8F328E

Text Example


Text Example

White with #8F328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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