Html Css Color HEX #8D5299 Violet Blue

📋 copy color: '#8D5299'

red 141 ◦ green 82 ◦ blue 153

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

Shades of Violet Blue #8D5299

Tints of Violet Blue #8D5299

RGB

 RED value IS 141 (55.47% from 255) = 37.5%

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

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

R = 37.5%
G = 21.81%
B = 40.69%

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

#8D5299 (or 0x8D5299) is known color: Violet Blue. HEX triplet: 8D, 52 and 99. RGB value is (141,82,153). Sum of RGB (Red+Green+Blue) = 141+82+153=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5299 is #72AD66. Grayscale: #6B6B6B. Windows color (decimal): -7515495 or 10048141. OLE color: 10048141.

HSL color Cylindrical-coordinate representation of color #8D5299: 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.46%. Process color model (Four color, CMYK) of #8D5299 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 82 153 -
CMYK 0.08 0.46 0 0.4
HSL 289.86º 0.3% 0.46% -
HSV(B) 289.86º 0.46% 0.6% -
XYZ 19.75 14 31.8 -
YUV 107.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 141 82 153 0.08 0.46 0 0.4 289.86 0.3 0.46
Hex 8D 52 99 8 2E 0 28 122 1E 2E
Octal 215 122 231 10 56 0 50 442 36 56
Binary 10001101 1010010 10011001 1000 101110 0 101000 100100010 11110 101110

Color Harmonies of #8D5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5299

Black with #8D5299

Text Example


Text Example

White with #8D5299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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