Html Css Color HEX #8C5097 Vivid Violet

📋 copy color: '#8C5097'

red 140 ◦ green 80 ◦ blue 151

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

Shades of Vivid Violet #8C5097

Tints of Vivid Violet #8C5097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 37.74%
G = 21.56%
B = 40.7%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8C5097 (or 0x8C5097) is known color: Vivid Violet. HEX triplet: 8C, 50 and 97. RGB value is (140,80,151). Sum of RGB (Red+Green+Blue) = 140+80+151=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5097 is #73AF68. Grayscale: #696969. Windows color (decimal): -7581545 or 9916556. OLE color: 9916556.

HSL color Cylindrical-coordinate representation of color #8C5097: hue angle of 290.7º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C5097 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 80 151 -
CMYK 0.07 0.47 0 0.41
HSL 290.7º 0.31% 0.45% -
HSV(B) 290.7º 0.47% 0.59% -
XYZ 19.27 13.55 30.88 -
YUV 106.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 140 80 151 0.07 0.47 0 0.41 290.7 0.31 0.45
Hex 8C 50 97 7 2F 0 29 123 1F 2D
Octal 214 120 227 7 57 0 51 443 37 55
Binary 10001100 1010000 10010111 111 101111 0 101001 100100011 11111 101101

Color Harmonies of #8C5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5097

Black with #8C5097

Text Example


Text Example

White with #8C5097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,80,151); }

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

background-color css

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

 a { background-color: rgb(140,80,151); }

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

border-color css

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

 span { border-color: rgb(140,80,151); }

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