Html Css Color HEX #8C5299 Violet Blue

📋 copy color: '#8C5299'

red 140 ◦ green 82 ◦ blue 153

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

Shades of Violet Blue #8C5299

Tints of Violet Blue #8C5299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 37.33%
G = 21.87%
B = 40.8%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C5299 (or 0x8C5299) is known color: Violet Blue. HEX triplet: 8C, 52 and 99. RGB value is (140,82,153). Sum of RGB (Red+Green+Blue) = 140+82+153=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C5299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5299 is #73AD66. Grayscale: #6B6B6B. Windows color (decimal): -7581031 or 10048140. OLE color: 10048140.

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

Color convert

RGB 140 82 153 -
CMYK 0.08 0.46 0 0.4
HSL 289.01º 0.3% 0.46% -
HSV(B) 289.01º 0.46% 0.6% -
XYZ 19.58 13.91 31.79 -
YUV 107.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 140 82 153 0.08 0.46 0 0.4 289.01 0.3 0.46
Hex 8C 52 99 8 2E 0 28 121 1E 2E
Octal 214 122 231 10 56 0 50 441 36 56
Binary 10001100 1010010 10011001 1000 101110 0 101000 100100001 11110 101110

Color Harmonies of #8C5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5299

Black with #8C5299

Text Example


Text Example

White with #8C5299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,153); }

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

background-color css

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

 a { background-color: rgb(140,82,153); }

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

border-color css

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

 span { border-color: rgb(140,82,153); }

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