Html Css Color HEX #8D529B Violet Blue

📋 copy color: '#8D529B'

red 141 ◦ green 82 ◦ blue 155

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

Shades of Violet Blue #8D529B

Tints of Violet Blue #8D529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 37.3%
G = 21.69%
B = 41.01%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D529B (or 0x8D529B) is known color: Violet Blue. HEX triplet: 8D, 52 and 9B. RGB value is (141,82,155). Sum of RGB (Red+Green+Blue) = 141+82+155=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D529B is #72AD64. Grayscale: #6B6B6B. Windows color (decimal): -7515493 or 10179213. OLE color: 10179213.

HSL color Cylindrical-coordinate representation of color #8D529B: hue angle of 288.49º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D529B is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 82 155 -
CMYK 0.09 0.47 0 0.39
HSL 288.49º 0.31% 0.46% -
HSV(B) 288.49º 0.47% 0.61% -
XYZ 19.92 14.06 32.68 -
YUV 107.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 141 82 155 0.09 0.47 0 0.39 288.49 0.31 0.46
Hex 8D 52 9B 9 2F 0 27 120 1F 2E
Octal 215 122 233 11 57 0 47 440 37 56
Binary 10001101 1010010 10011011 1001 101111 0 100111 100100000 11111 101110

Color Harmonies of #8D529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D529B

Black with #8D529B

Text Example


Text Example

White with #8D529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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