Html Css Color HEX #8D5099 Violet Blue

📋 copy color: '#8D5099'

red 141 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #8D5099

Tints of Violet Blue #8D5099

RGB

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

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

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

R = 37.7%
G = 21.39%
B = 40.91%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8D5099 (or 0x8D5099) is known color: Violet Blue. HEX triplet: 8D, 50 and 99. RGB value is (141,80,153). Sum of RGB (Red+Green+Blue) = 141+80+153=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5099 is #72AF66. Grayscale: #6A6A6A. Windows color (decimal): -7516007 or 10047629. OLE color: 10047629.

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

Color convert

RGB 141 80 153 -
CMYK 0.08 0.48 0 0.4
HSL 290.14º 0.31% 0.46% -
HSV(B) 290.14º 0.48% 0.6% -
XYZ 19.6 13.7 31.75 -
YUV 106.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 141 80 153 0.08 0.48 0 0.4 290.14 0.31 0.46
Hex 8D 50 99 8 30 0 28 122 1F 2E
Octal 215 120 231 10 60 0 50 442 37 56
Binary 10001101 1010000 10011001 1000 110000 0 101000 100100010 11111 101110

Color Harmonies of #8D5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5099

Black with #8D5099

Text Example


Text Example

White with #8D5099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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