Html Css Color HEX #8C3195 Vivid Violet

📋 copy color: '#8C3195'

red 140 ◦ green 49 ◦ blue 149

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

Shades of Vivid Violet #8C3195

Tints of Vivid Violet #8C3195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 41.42%
G = 14.5%
B = 44.08%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C3195 (or 0x8C3195) is known color: Vivid Violet. HEX triplet: 8C, 31 and 95. RGB value is (140,49,149). Sum of RGB (Red+Green+Blue) = 140+49+149=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C3195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3195 is #73CE6A. Grayscale: #575757. Windows color (decimal): -7589483 or 9777548. OLE color: 9777548.

HSL color Cylindrical-coordinate representation of color #8C3195: hue angle of 294.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3195 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 49 149 -
CMYK 0.06 0.67 0 0.42
HSL 294.6º 0.51% 0.39% -
HSV(B) 294.6º 0.67% 0.58% -
XYZ 17.34 9.94 29.44 -
YUV 87.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 140 49 149 0.06 0.67 0 0.42 294.6 0.51 0.39
Hex 8C 31 95 6 43 0 2A 127 33 27
Octal 214 61 225 6 103 0 52 447 63 47
Binary 10001100 110001 10010101 110 1000011 0 101010 100100111 110011 100111

Color Harmonies of #8C3195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3195

Black with #8C3195

Text Example


Text Example

White with #8C3195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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