Html Css Color HEX #8C4E9F Vivid Violet

📋 copy color: '#8C4E9F'

red 140 ◦ green 78 ◦ blue 159

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

Shades of Vivid Violet #8C4E9F

Tints of Vivid Violet #8C4E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.69%

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 37.14%
G = 20.69%
B = 42.18%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C4E9F (or 0x8C4E9F) is known color: Vivid Violet. HEX triplet: 8C, 4E and 9F. RGB value is (140,78,159). Sum of RGB (Red+Green+Blue) = 140+78+159=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C4E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4E9F is #73B160. Grayscale: #696969. Windows color (decimal): -7582049 or 10440332. OLE color: 10440332.

HSL color Cylindrical-coordinate representation of color #8C4E9F: hue angle of 285.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4E9F is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 78 159 -
CMYK 0.12 0.51 0 0.38
HSL 285.93º 0.34% 0.46% -
HSV(B) 285.93º 0.51% 0.62% -
XYZ 19.8 13.53 34.37 -
YUV 105.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 140 78 159 0.12 0.51 0 0.38 285.93 0.34 0.46
Hex 8C 4E 9F C 33 0 26 11E 22 2E
Octal 214 116 237 14 63 0 46 436 42 56
Binary 10001100 1001110 10011111 1100 110011 0 100110 100011110 100010 101110

Color Harmonies of #8C4E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4E9F

Black with #8C4E9F

Text Example


Text Example

White with #8C4E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,78,159); }

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

background-color css

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

 a { background-color: rgb(140,78,159); }

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

border-color css

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

 span { border-color: rgb(140,78,159); }

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