Html Css Color HEX #8C319D Vivid Violet

📋 copy color: '#8C319D'

red 140 ◦ green 49 ◦ blue 157

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

Shades of Vivid Violet #8C319D

Tints of Vivid Violet #8C319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 40.46%
G = 14.16%
B = 45.38%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C319D (or 0x8C319D) is known color: Vivid Violet. HEX triplet: 8C, 31 and 9D. RGB value is (140,49,157). Sum of RGB (Red+Green+Blue) = 140+49+157=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C319D is #73CE62. Grayscale: #585858. Windows color (decimal): -7589475 or 10301836. OLE color: 10301836.

HSL color Cylindrical-coordinate representation of color #8C319D: hue angle of 290.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C319D is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 49 157 -
CMYK 0.11 0.69 0 0.38
HSL 290.56º 0.52% 0.4% -
HSV(B) 290.56º 0.69% 0.62% -
XYZ 18 10.21 32.92 -
YUV 88.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 140 49 157 0.11 0.69 0 0.38 290.56 0.52 0.4
Hex 8C 31 9D B 45 0 26 123 34 28
Octal 214 61 235 13 105 0 46 443 64 50
Binary 10001100 110001 10011101 1011 1000101 0 100110 100100011 110100 101000

Color Harmonies of #8C319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C319D

Black with #8C319D

Text Example


Text Example

White with #8C319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,49,157); }

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

background-color css

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

 a { background-color: rgb(140,49,157); }

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

border-color css

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

 span { border-color: rgb(140,49,157); }

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