Html Css Color HEX #8D5298 Violet Blue

📋 copy color: '#8D5298'

red 141 ◦ green 82 ◦ blue 152

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

Shades of Violet Blue #8D5298

Tints of Violet Blue #8D5298

RGB

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

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

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

R = 37.6%
G = 21.87%
B = 40.53%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8D5298 (or 0x8D5298) is known color: Violet Blue. HEX triplet: 8D, 52 and 98. RGB value is (141,82,152). Sum of RGB (Red+Green+Blue) = 141+82+152=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D5298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5298 is #72AD67. Grayscale: #6B6B6B. Windows color (decimal): -7515496 or 9982605. OLE color: 9982605.

HSL color Cylindrical-coordinate representation of color #8D5298: hue angle of 290.57º 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 #8D5298 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 82 152 -
CMYK 0.07 0.46 0 0.40
HSL 290.57º 0.3% 0.46% -
HSV(B) 290.57º 0.46% 0.6% -
XYZ 19.67 13.96 31.36 -
YUV 107.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 141 82 152 0.07 0.46 0 0.40 290.57 0.3 0.46
Hex 8D 52 98 7 2E 0 28 123 1E 2E
Octal 215 122 230 7 56 0 50 443 36 56
Binary 10001101 1010010 10011000 111 101110 0 101000 100100011 11110 101110

Color Harmonies of #8D5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5298

Black with #8D5298

Text Example


Text Example

White with #8D5298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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