Html Css Color HEX #8F419D Vivid Violet

📋 copy color: '#8F419D'

red 143 ◦ green 65 ◦ blue 157

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

Shades of Vivid Violet #8F419D

Tints of Vivid Violet #8F419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 39.18%
G = 17.81%
B = 43.01%

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

#8F419D (or 0x8F419D) is known color: Vivid Violet. HEX triplet: 8F, 41 and 9D. RGB value is (143,65,157). Sum of RGB (Red+Green+Blue) = 143+65+157=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F419D is #70BE62. Grayscale: #626262. Windows color (decimal): -7388771 or 10305935. OLE color: 10305935.

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

Color convert

RGB 143 65 157 -
CMYK 0.09 0.59 0 0.38
HSL 290.87º 0.41% 0.44% -
HSV(B) 290.87º 0.59% 0.62% -
XYZ 19.3 12.05 33.21 -
YUV 98.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 143 65 157 0.09 0.59 0 0.38 290.87 0.41 0.44
Hex 8F 41 9D 9 3B 0 26 123 29 2C
Octal 217 101 235 11 73 0 46 443 51 54
Binary 10001111 1000001 10011101 1001 111011 0 100110 100100011 101001 101100

Color Harmonies of #8F419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F419D

Black with #8F419D

Text Example


Text Example

White with #8F419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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