Html Css Color HEX #8E509B Violet Blue

📋 copy color: '#8E509B'

red 142 ◦ green 80 ◦ blue 155

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

Shades of Violet Blue #8E509B

Tints of Violet Blue #8E509B

RGB

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

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

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

R = 37.67%
G = 21.22%
B = 41.11%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E509B (or 0x8E509B) is known color: Violet Blue. HEX triplet: 8E, 50 and 9B. RGB value is (142,80,155). Sum of RGB (Red+Green+Blue) = 142+80+155=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E509B is #71AF64. Grayscale: #6A6A6A. Windows color (decimal): -7450469 or 10178702. OLE color: 10178702.

HSL color Cylindrical-coordinate representation of color #8E509B: hue angle of 289.6º 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 #8E509B is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 80 155 -
CMYK 0.08 0.48 0 0.39
HSL 289.6º 0.32% 0.46% -
HSV(B) 289.6º 0.48% 0.61% -
XYZ 19.94 13.85 32.63 -
YUV 107.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 142 80 155 0.08 0.48 0 0.39 289.6 0.32 0.46
Hex 8E 50 9B 8 30 0 27 122 20 2E
Octal 216 120 233 10 60 0 47 442 40 56
Binary 10001110 1010000 10011011 1000 110000 0 100111 100100010 100000 101110

Color Harmonies of #8E509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E509B

Black with #8E509B

Text Example


Text Example

White with #8E509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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