Html Css Color HEX #8C4F99 Vivid Violet

📋 copy color: '#8C4F99'

red 140 ◦ green 79 ◦ blue 153

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

Shades of Vivid Violet #8C4F99

Tints of Vivid Violet #8C4F99

RGB

 RED value IS 140 (55.08% from 255) = 37.63%

 GREEN value IS 79 (31.25% from 255) = 21.24%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 37.63%
G = 21.24%
B = 41.13%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C4F99 (or 0x8C4F99) is known color: Vivid Violet. HEX triplet: 8C, 4F and 99. RGB value is (140,79,153). Sum of RGB (Red+Green+Blue) = 140+79+153=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C4F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4F99 is #73B066. Grayscale: #696969. Windows color (decimal): -7581799 or 10047372. OLE color: 10047372.

HSL color Cylindrical-coordinate representation of color #8C4F99: hue angle of 289.46º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C4F99 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 79 153 -
CMYK 0.08 0.48 0 0.4
HSL 289.46º 0.32% 0.45% -
HSV(B) 289.46º 0.48% 0.6% -
XYZ 19.36 13.47 31.72 -
YUV 105.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 140 79 153 0.08 0.48 0 0.4 289.46 0.32 0.45
Hex 8C 4F 99 8 30 0 28 121 20 2D
Octal 214 117 231 10 60 0 50 441 40 55
Binary 10001100 1001111 10011001 1000 110000 0 101000 100100001 100000 101101

Color Harmonies of #8C4F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4F99

Black with #8C4F99

Text Example


Text Example

White with #8C4F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,79,153); }

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

background-color css

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

 a { background-color: rgb(140,79,153); }

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

border-color css

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

 span { border-color: rgb(140,79,153); }

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