Html Css Color HEX #8E509F Violet Blue

📋 copy color: '#8E509F'

red 142 ◦ green 80 ◦ blue 159

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

Shades of Violet Blue #8E509F

Tints of Violet Blue #8E509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 37.27%
G = 21%
B = 41.73%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E509F (or 0x8E509F) is known color: Violet Blue. HEX triplet: 8E, 50 and 9F. RGB value is (142,80,159). Sum of RGB (Red+Green+Blue) = 142+80+159=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E509F is #71AF60. Grayscale: #6B6B6B. Windows color (decimal): -7450465 or 10440846. OLE color: 10440846.

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

Color convert

RGB 142 80 159 -
CMYK 0.11 0.50 0 0.38
HSL 287.09º 0.33% 0.47% -
HSV(B) 287.09º 0.5% 0.62% -
XYZ 20.28 13.99 34.43 -
YUV 107.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 142 80 159 0.11 0.50 0 0.38 287.09 0.33 0.47
Hex 8E 50 9F B 32 0 26 11F 21 2F
Octal 216 120 237 13 62 0 46 437 41 57
Binary 10001110 1010000 10011111 1011 110010 0 100110 100011111 100001 101111

Color Harmonies of #8E509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E509F

Black with #8E509F

Text Example


Text Example

White with #8E509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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