Html Css Color HEX #8F4095 Vivid Violet

📋 copy color: '#8F4095'

red 143 ◦ green 64 ◦ blue 149

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

Shades of Vivid Violet #8F4095

Tints of Vivid Violet #8F4095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 40.17%
G = 17.98%
B = 41.85%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F4095 (or 0x8F4095) is known color: Vivid Violet. HEX triplet: 8F, 40 and 95. RGB value is (143,64,149). Sum of RGB (Red+Green+Blue) = 143+64+149=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F4095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4095 is #70BF6A. Grayscale: #616161. Windows color (decimal): -7389035 or 9781391. OLE color: 9781391.

HSL color Cylindrical-coordinate representation of color #8F4095: hue angle of 295.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F4095 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 64 149 -
CMYK 0.04 0.57 0 0.42
HSL 295.76º 0.4% 0.42% -
HSV(B) 295.76º 0.57% 0.58% -
XYZ 18.59 11.68 29.71 -
YUV 97.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 143 64 149 0.04 0.57 0 0.42 295.76 0.4 0.42
Hex 8F 40 95 4 39 0 2A 128 28 2A
Octal 217 100 225 4 71 0 52 450 50 52
Binary 10001111 1000000 10010101 100 111001 0 101010 100101000 101000 101010

Color Harmonies of #8F4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4095

Black with #8F4095

Text Example


Text Example

White with #8F4095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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