Html Css Color HEX #8C4995 Vivid Violet

📋 copy color: '#8C4995'

red 140 ◦ green 73 ◦ blue 149

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

Shades of Vivid Violet #8C4995

Tints of Vivid Violet #8C4995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 38.67%
G = 20.17%
B = 41.16%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C4995 (or 0x8C4995) is known color: Vivid Violet. HEX triplet: 8C, 49 and 95. RGB value is (140,73,149). Sum of RGB (Red+Green+Blue) = 140+73+149=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4995 is #73B66A. Grayscale: #656565. Windows color (decimal): -7583339 or 9783692. OLE color: 9783692.

HSL color Cylindrical-coordinate representation of color #8C4995: hue angle of 292.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4995 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 73 149 -
CMYK 0.06 0.51 0 0.42
HSL 292.89º 0.34% 0.44% -
HSV(B) 292.89º 0.51% 0.58% -
XYZ 18.62 12.51 29.87 -
YUV 101.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 140 73 149 0.06 0.51 0 0.42 292.89 0.34 0.44
Hex 8C 49 95 6 33 0 2A 125 22 2C
Octal 214 111 225 6 63 0 52 445 42 54
Binary 10001100 1001001 10010101 110 110011 0 101010 100100101 100010 101100

Color Harmonies of #8C4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4995

Black with #8C4995

Text Example


Text Example

White with #8C4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,73,149); }

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

background-color css

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

 a { background-color: rgb(140,73,149); }

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

border-color css

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

 span { border-color: rgb(140,73,149); }

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