Html Css Color HEX #8D509B Violet Blue

📋 copy color: '#8D509B'

red 141 ◦ green 80 ◦ blue 155

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

Shades of Violet Blue #8D509B

Tints of Violet Blue #8D509B

RGB

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

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

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

R = 37.5%
G = 21.28%
B = 41.22%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D509B (or 0x8D509B) is known color: Violet Blue. HEX triplet: 8D, 50 and 9B. RGB value is (141,80,155). Sum of RGB (Red+Green+Blue) = 141+80+155=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D509B is #72AF64. Grayscale: #6A6A6A. Windows color (decimal): -7516005 or 10178701. OLE color: 10178701.

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

Color convert

RGB 141 80 155 -
CMYK 0.09 0.48 0 0.39
HSL 288.8º 0.32% 0.46% -
HSV(B) 288.8º 0.48% 0.61% -
XYZ 19.77 13.77 32.63 -
YUV 106.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 141 80 155 0.09 0.48 0 0.39 288.8 0.32 0.46
Hex 8D 50 9B 9 30 0 27 121 20 2E
Octal 215 120 233 11 60 0 47 441 40 56
Binary 10001101 1010000 10011011 1001 110000 0 100111 100100001 100000 101110

Color Harmonies of #8D509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D509B

Black with #8D509B

Text Example


Text Example

White with #8D509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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