Html Css Color HEX #8D509E Violet Blue

📋 copy color: '#8D509E'

red 141 ◦ green 80 ◦ blue 158

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

Shades of Violet Blue #8D509E

Tints of Violet Blue #8D509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 37.2%
G = 21.11%
B = 41.69%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D509E (or 0x8D509E) is known color: Violet Blue. HEX triplet: 8D, 50 and 9E. RGB value is (141,80,158). Sum of RGB (Red+Green+Blue) = 141+80+158=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D509E is #72AF61. Grayscale: #6A6A6A. Windows color (decimal): -7516002 or 10375309. OLE color: 10375309.

HSL color Cylindrical-coordinate representation of color #8D509E: hue angle of 286.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D509E is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 80 158 -
CMYK 0.11 0.49 0 0.38
HSL 286.92º 0.33% 0.47% -
HSV(B) 286.92º 0.49% 0.62% -
XYZ 20.02 13.87 33.97 -
YUV 107.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 141 80 158 0.11 0.49 0 0.38 286.92 0.33 0.47
Hex 8D 50 9E B 31 0 26 11F 21 2F
Octal 215 120 236 13 61 0 46 437 41 57
Binary 10001101 1010000 10011110 1011 110001 0 100110 100011111 100001 101111

Color Harmonies of #8D509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D509E

Black with #8D509E

Text Example


Text Example

White with #8D509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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