Html Css Color HEX #8F318E Vivid Violet

📋 copy color: '#8F318E'

red 143 ◦ green 49 ◦ blue 142

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

Shades of Vivid Violet #8F318E

Tints of Vivid Violet #8F318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 42.81%
G = 14.67%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F318E (or 0x8F318E) is known color: Vivid Violet. HEX triplet: 8F, 31 and 8E. RGB value is (143,49,142). Sum of RGB (Red+Green+Blue) = 143+49+142=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F318E is #70CE71. Grayscale: #575757. Windows color (decimal): -7392882 or 9318799. OLE color: 9318799.

HSL color Cylindrical-coordinate representation of color #8F318E: hue angle of 300.64º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F318E is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 49 142 -
CMYK 0 0.66 0.01 0.44
HSL 300.64º 0.49% 0.38% -
HSV(B) 300.64º 0.66% 0.56% -
XYZ 17.31 9.99 26.61 -
YUV 87.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 143 49 142 0 0.66 0.01 0.44 300.64 0.49 0.38
Hex 8F 31 8E 0 42 1 2C 12D 31 26
Octal 217 61 216 0 102 1 54 455 61 46
Binary 10001111 110001 10001110 0 1000010 1 101100 100101101 110001 100110

Color Harmonies of #8F318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F318E

Black with #8F318E

Text Example


Text Example

White with #8F318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,49,142); }

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

background-color css

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

 a { background-color: rgb(143,49,142); }

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

border-color css

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

 span { border-color: rgb(143,49,142); }

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