Html Css Color HEX #8E509D Violet Blue

📋 copy color: '#8E509D'

red 142 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #8E509D

Tints of Violet Blue #8E509D

RGB

 RED value IS 142 (55.86% from 255) = 37.47%

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

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 37.47%
G = 21.11%
B = 41.42%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E509D (or 0x8E509D) is known color: Violet Blue. HEX triplet: 8E, 50 and 9D. RGB value is (142,80,157). Sum of RGB (Red+Green+Blue) = 142+80+157=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E509D is #71AF62. Grayscale: #6B6B6B. Windows color (decimal): -7450467 or 10309774. OLE color: 10309774.

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

Color convert

RGB 142 80 157 -
CMYK 0.10 0.49 0 0.38
HSL 288.31º 0.32% 0.46% -
HSV(B) 288.31º 0.49% 0.62% -
XYZ 20.11 13.92 33.53 -
YUV 107.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 142 80 157 0.10 0.49 0 0.38 288.31 0.32 0.46
Hex 8E 50 9D A 31 0 26 120 20 2E
Octal 216 120 235 12 61 0 46 440 40 56
Binary 10001110 1010000 10011101 1010 110001 0 100110 100100000 100000 101110

Color Harmonies of #8E509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E509D

Black with #8E509D

Text Example


Text Example

White with #8E509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,157); }

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

background-color css

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

 a { background-color: rgb(142,80,157); }

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

border-color css

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

 span { border-color: rgb(142,80,157); }

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