Html Css Color HEX #8F329D Vivid Violet

📋 copy color: '#8F329D'

red 143 ◦ green 50 ◦ blue 157

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

Shades of Vivid Violet #8F329D

Tints of Vivid Violet #8F329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 40.86%
G = 14.29%
B = 44.86%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F329D (or 0x8F329D) is known color: Vivid Violet. HEX triplet: 8F, 32 and 9D. RGB value is (143,50,157). Sum of RGB (Red+Green+Blue) = 143+50+157=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F329D is #70CD62. Grayscale: #595959. Windows color (decimal): -7392611 or 10302095. OLE color: 10302095.

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

Color convert

RGB 143 50 157 -
CMYK 0.09 0.68 0 0.38
HSL 292.15º 0.52% 0.41% -
HSV(B) 292.15º 0.68% 0.62% -
XYZ 18.55 10.56 32.96 -
YUV 90.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 143 50 157 0.09 0.68 0 0.38 292.15 0.52 0.41
Hex 8F 32 9D 9 44 0 26 124 34 29
Octal 217 62 235 11 104 0 46 444 64 51
Binary 10001111 110010 10011101 1001 1000100 0 100110 100100100 110100 101001

Color Harmonies of #8F329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F329D

Black with #8F329D

Text Example


Text Example

White with #8F329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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