Html Css Color HEX #8C478D Vivid Violet

📋 copy color: '#8C478D'

red 140 ◦ green 71 ◦ blue 141

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

Shades of Vivid Violet #8C478D

Tints of Vivid Violet #8C478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 39.77%
G = 20.17%
B = 40.06%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C478D (or 0x8C478D) is known color: Vivid Violet. HEX triplet: 8C, 47 and 8D. RGB value is (140,71,141). Sum of RGB (Red+Green+Blue) = 140+71+141=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C478D is #73B872. Grayscale: #636363. Windows color (decimal): -7583859 or 9258892. OLE color: 9258892.

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

Color convert

RGB 140 71 141 -
CMYK 0.01 0.50 0 0.45
HSL 299.14º 0.33% 0.42% -
HSV(B) 299.14º 0.5% 0.55% -
XYZ 17.88 12.01 26.57 -
YUV 99.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 140 71 141 0.01 0.50 0 0.45 299.14 0.33 0.42
Hex 8C 47 8D 1 32 0 2D 12B 21 2A
Octal 214 107 215 1 62 0 55 453 41 52
Binary 10001100 1000111 10001101 1 110010 0 101101 100101011 100001 101010

Color Harmonies of #8C478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C478D

Black with #8C478D

Text Example


Text Example

White with #8C478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,71,141); }

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

background-color css

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

 a { background-color: rgb(140,71,141); }

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

border-color css

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

 span { border-color: rgb(140,71,141); }

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