Html Css Color HEX #8F449D Vivid Violet

📋 copy color: '#8F449D'

red 143 ◦ green 68 ◦ blue 157

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

Shades of Vivid Violet #8F449D

Tints of Vivid Violet #8F449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.48%

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

R = 38.86%
G = 18.48%
B = 42.66%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F449D (or 0x8F449D) is known color: Vivid Violet. HEX triplet: 8F, 44 and 9D. RGB value is (143,68,157). Sum of RGB (Red+Green+Blue) = 143+68+157=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F449D is #70BB62. Grayscale: #646464. Windows color (decimal): -7388003 or 10306703. OLE color: 10306703.

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

Color convert

RGB 143 68 157 -
CMYK 0.09 0.57 0 0.38
HSL 290.56º 0.4% 0.44% -
HSV(B) 290.56º 0.57% 0.62% -
XYZ 19.48 12.41 33.27 -
YUV 100.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 143 68 157 0.09 0.57 0 0.38 290.56 0.4 0.44
Hex 8F 44 9D 9 39 0 26 123 28 2C
Octal 217 104 235 11 71 0 46 443 50 54
Binary 10001111 1000100 10011101 1001 111001 0 100110 100100011 101000 101100

Color Harmonies of #8F449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F449D

Black with #8F449D

Text Example


Text Example

White with #8F449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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