Html Css Color HEX #8D529A Violet Blue

📋 copy color: '#8D529A'

red 141 ◦ green 82 ◦ blue 154

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

Shades of Violet Blue #8D529A

Tints of Violet Blue #8D529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 37.4%
G = 21.75%
B = 40.85%

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

#8D529A (or 0x8D529A) is known color: Violet Blue. HEX triplet: 8D, 52 and 9A. RGB value is (141,82,154). Sum of RGB (Red+Green+Blue) = 141+82+154=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D529A is #72AD65. Grayscale: #6B6B6B. Windows color (decimal): -7515494 or 10113677. OLE color: 10113677.

HSL color Cylindrical-coordinate representation of color #8D529A: hue angle of 289.17º degrees, saturation: 0.31, 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 #8D529A is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 82 154 -
CMYK 0.08 0.47 0 0.40
HSL 289.17º 0.31% 0.46% -
HSV(B) 289.17º 0.47% 0.6% -
XYZ 19.83 14.03 32.23 -
YUV 107.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 141 82 154 0.08 0.47 0 0.40 289.17 0.31 0.46
Hex 8D 52 9A 8 2F 0 28 121 1F 2E
Octal 215 122 232 10 57 0 50 441 37 56
Binary 10001101 1010010 10011010 1000 101111 0 101000 100100001 11111 101110

Color Harmonies of #8D529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D529A

Black with #8D529A

Text Example


Text Example

White with #8D529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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