Html Css Color HEX #8C379B Vivid Violet

📋 copy color: '#8C379B'

red 140 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #8C379B

Tints of Vivid Violet #8C379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 40%
G = 15.71%
B = 44.29%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C379B (or 0x8C379B) is known color: Vivid Violet. HEX triplet: 8C, 37 and 9B. RGB value is (140,55,155). Sum of RGB (Red+Green+Blue) = 140+55+155=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C379B is #73C864. Grayscale: #5B5B5B. Windows color (decimal): -7587941 or 10172300. OLE color: 10172300.

HSL color Cylindrical-coordinate representation of color #8C379B: hue angle of 291º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C379B is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 55 155 -
CMYK 0.10 0.65 0 0.39
HSL 291º 0.48% 0.41% -
HSV(B) 291º 0.65% 0.61% -
XYZ 18.1 10.67 32.12 -
YUV 91.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 140 55 155 0.10 0.65 0 0.39 291 0.48 0.41
Hex 8C 37 9B A 41 0 27 123 30 29
Octal 214 67 233 12 101 0 47 443 60 51
Binary 10001100 110111 10011011 1010 1000001 0 100111 100100011 110000 101001

Color Harmonies of #8C379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C379B

Black with #8C379B

Text Example


Text Example

White with #8C379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,55,155); }

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

background-color css

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

 a { background-color: rgb(140,55,155); }

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

border-color css

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

 span { border-color: rgb(140,55,155); }

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