Html Css Color HEX #8C478B Vivid Violet

📋 copy color: '#8C478B'

red 140 ◦ green 71 ◦ blue 139

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

Shades of Vivid Violet #8C478B

Tints of Vivid Violet #8C478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 40%
G = 20.29%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C478B (or 0x8C478B) is known color: Vivid Violet. HEX triplet: 8C, 47 and 8B. RGB value is (140,71,139). Sum of RGB (Red+Green+Blue) = 140+71+139=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C478B is #73B874. Grayscale: #636363. Windows color (decimal): -7583861 or 9127820. OLE color: 9127820.

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

Color convert

RGB 140 71 139 -
CMYK 0 0.49 0.01 0.45
HSL 300.87º 0.33% 0.41% -
HSV(B) 300.87º 0.49% 0.55% -
XYZ 17.73 11.95 25.8 -
YUV 99.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 140 71 139 0 0.49 0.01 0.45 300.87 0.33 0.41
Hex 8C 47 8B 0 31 1 2D 12D 21 29
Octal 214 107 213 0 61 1 55 455 41 51
Binary 10001100 1000111 10001011 0 110001 1 101101 100101101 100001 101001

Color Harmonies of #8C478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C478B

Black with #8C478B

Text Example


Text Example

White with #8C478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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