Html Css Color HEX #8C4890 Vivid Violet

📋 copy color: '#8C4890'

red 140 ◦ green 72 ◦ blue 144

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

Shades of Vivid Violet #8C4890

Tints of Vivid Violet #8C4890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 39.33%
G = 20.22%
B = 40.45%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C4890 (or 0x8C4890) is known color: Vivid Violet. HEX triplet: 8C, 48 and 90. RGB value is (140,72,144). Sum of RGB (Red+Green+Blue) = 140+72+144=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C4890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4890 is #73B76F. Grayscale: #646464. Windows color (decimal): -7583600 or 9455756. OLE color: 9455756.

HSL color Cylindrical-coordinate representation of color #8C4890: hue angle of 296.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C4890 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 72 144 -
CMYK 0.03 0.50 0 0.44
HSL 296.67º 0.33% 0.42% -
HSV(B) 296.67º 0.5% 0.56% -
XYZ 18.17 12.22 27.79 -
YUV 100.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 140 72 144 0.03 0.50 0 0.44 296.67 0.33 0.42
Hex 8C 48 90 3 32 0 2C 129 21 2A
Octal 214 110 220 3 62 0 54 451 41 52
Binary 10001100 1001000 10010000 11 110010 0 101100 100101001 100001 101010

Color Harmonies of #8C4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4890

Black with #8C4890

Text Example


Text Example

White with #8C4890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,72,144); }

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

background-color css

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

 a { background-color: rgb(140,72,144); }

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

border-color css

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

 span { border-color: rgb(140,72,144); }

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