Html Css Color HEX #8F469F Vivid Violet

📋 copy color: '#8F469F'

red 143 ◦ green 70 ◦ blue 159

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

Shades of Vivid Violet #8F469F

Tints of Vivid Violet #8F469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.82%

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 38.44%
G = 18.82%
B = 42.74%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F469F (or 0x8F469F) is known color: Vivid Violet. HEX triplet: 8F, 46 and 9F. RGB value is (143,70,159). Sum of RGB (Red+Green+Blue) = 143+70+159=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F469F is #70B960. Grayscale: #656565. Windows color (decimal): -7387489 or 10438287. OLE color: 10438287.

HSL color Cylindrical-coordinate representation of color #8F469F: hue angle of 289.21º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F469F is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 70 159 -
CMYK 0.10 0.56 0 0.38
HSL 289.21º 0.39% 0.45% -
HSV(B) 289.21º 0.56% 0.62% -
XYZ 19.78 12.72 34.21 -
YUV 101.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 143 70 159 0.10 0.56 0 0.38 289.21 0.39 0.45
Hex 8F 46 9F A 38 0 26 121 27 2D
Octal 217 106 237 12 70 0 46 441 47 55
Binary 10001111 1000110 10011111 1010 111000 0 100110 100100001 100111 101101

Color Harmonies of #8F469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F469F

Black with #8F469F

Text Example


Text Example

White with #8F469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,70,159); }

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

background-color css

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

 a { background-color: rgb(143,70,159); }

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

border-color css

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

 span { border-color: rgb(143,70,159); }

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