Html Css Color HEX #8F409D Vivid Violet

📋 copy color: '#8F409D'

red 143 ◦ green 64 ◦ blue 157

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

Shades of Vivid Violet #8F409D

Tints of Vivid Violet #8F409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

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

R = 39.29%
G = 17.58%
B = 43.13%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F409D (or 0x8F409D) is known color: Vivid Violet. HEX triplet: 8F, 40 and 9D. RGB value is (143,64,157). Sum of RGB (Red+Green+Blue) = 143+64+157=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F409D is #70BF62. Grayscale: #616161. Windows color (decimal): -7389027 or 10305679. OLE color: 10305679.

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

Color convert

RGB 143 64 157 -
CMYK 0.09 0.59 0 0.38
HSL 290.97º 0.42% 0.43% -
HSV(B) 290.97º 0.59% 0.62% -
XYZ 19.25 11.94 33.19 -
YUV 98.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 143 64 157 0.09 0.59 0 0.38 290.97 0.42 0.43
Hex 8F 40 9D 9 3B 0 26 123 2A 2B
Octal 217 100 235 11 73 0 46 443 52 53
Binary 10001111 1000000 10011101 1001 111011 0 100110 100100011 101010 101011

Color Harmonies of #8F409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F409D

Black with #8F409D

Text Example


Text Example

White with #8F409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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