Html Css Color HEX #8F429C Vivid Violet

📋 copy color: '#8F429C'

red 143 ◦ green 66 ◦ blue 156

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

Shades of Vivid Violet #8F429C

Tints of Vivid Violet #8F429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 156 (61.33% from 255) = 42.74%

R = 39.18%
G = 18.08%
B = 42.74%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F429C (or 0x8F429C) is known color: Vivid Violet. HEX triplet: 8F, 42 and 9C. RGB value is (143,66,156). Sum of RGB (Red+Green+Blue) = 143+66+156=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F429C is #70BD63. Grayscale: #636363. Windows color (decimal): -7388516 or 10240655. OLE color: 10240655.

HSL color Cylindrical-coordinate representation of color #8F429C: hue angle of 291.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F429C is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 66 156 -
CMYK 0.08 0.58 0 0.39
HSL 291.33º 0.41% 0.44% -
HSV(B) 291.33º 0.58% 0.61% -
XYZ 19.28 12.14 32.78 -
YUV 99.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 143 66 156 0.08 0.58 0 0.39 291.33 0.41 0.44
Hex 8F 42 9C 8 3A 0 27 123 29 2C
Octal 217 102 234 10 72 0 47 443 51 54
Binary 10001111 1000010 10011100 1000 111010 0 100111 100100011 101001 101100

Color Harmonies of #8F429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F429C

Black with #8F429C

Text Example


Text Example

White with #8F429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,66,156); }

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

background-color css

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

 a { background-color: rgb(143,66,156); }

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

border-color css

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

 span { border-color: rgb(143,66,156); }

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