Html Css Color HEX #8C5198 Violet Blue

📋 copy color: '#8C5198'

red 140 ◦ green 81 ◦ blue 152

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

Shades of Violet Blue #8C5198

Tints of Violet Blue #8C5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 37.53%
G = 21.72%
B = 40.75%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C5198 (or 0x8C5198) is known color: Violet Blue. HEX triplet: 8C, 51 and 98. RGB value is (140,81,152). Sum of RGB (Red+Green+Blue) = 140+81+152=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C5198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5198 is #73AE67. Grayscale: #6A6A6A. Windows color (decimal): -7581288 or 9982348. OLE color: 9982348.

HSL color Cylindrical-coordinate representation of color #8C5198: hue angle of 289.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C5198 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 81 152 -
CMYK 0.08 0.47 0 0.40
HSL 289.86º 0.3% 0.46% -
HSV(B) 289.86º 0.47% 0.6% -
XYZ 19.43 13.73 31.33 -
YUV 106.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 140 81 152 0.08 0.47 0 0.40 289.86 0.3 0.46
Hex 8C 51 98 8 2F 0 28 122 1E 2E
Octal 214 121 230 10 57 0 50 442 36 56
Binary 10001100 1010001 10011000 1000 101111 0 101000 100100010 11110 101110

Color Harmonies of #8C5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5198

Black with #8C5198

Text Example


Text Example

White with #8C5198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,81,152); }

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

background-color css

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

 a { background-color: rgb(140,81,152); }

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

border-color css

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

 span { border-color: rgb(140,81,152); }

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