Html Css Color HEX #8F359D Vivid Violet

📋 copy color: '#8F359D'

red 143 ◦ green 53 ◦ blue 157

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

Shades of Vivid Violet #8F359D

Tints of Vivid Violet #8F359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

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

R = 40.51%
G = 15.01%
B = 44.48%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F359D (or 0x8F359D) is known color: Vivid Violet. HEX triplet: 8F, 35 and 9D. RGB value is (143,53,157). Sum of RGB (Red+Green+Blue) = 143+53+157=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F359D is #70CA62. Grayscale: #5B5B5B. Windows color (decimal): -7391843 or 10302863. OLE color: 10302863.

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

Color convert

RGB 143 53 157 -
CMYK 0.09 0.66 0 0.38
HSL 291.92º 0.5% 0.41% -
HSV(B) 291.92º 0.66% 0.62% -
XYZ 18.69 10.82 33 -
YUV 91.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 143 53 157 0.09 0.66 0 0.38 291.92 0.5 0.41
Hex 8F 35 9D 9 42 0 26 124 32 29
Octal 217 65 235 11 102 0 46 444 62 51
Binary 10001111 110101 10011101 1001 1000010 0 100110 100100100 110010 101001

Color Harmonies of #8F359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F359D

Black with #8F359D

Text Example


Text Example

White with #8F359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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