Html Css Color HEX #8E509C Violet Blue

📋 copy color: '#8E509C'

red 142 ◦ green 80 ◦ blue 156

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

Shades of Violet Blue #8E509C

Tints of Violet Blue #8E509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 37.57%
G = 21.16%
B = 41.27%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E509C (or 0x8E509C) is known color: Violet Blue. HEX triplet: 8E, 50 and 9C. RGB value is (142,80,156). Sum of RGB (Red+Green+Blue) = 142+80+156=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E509C is #71AF63. Grayscale: #6A6A6A. Windows color (decimal): -7450468 or 10244238. OLE color: 10244238.

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

Color convert

RGB 142 80 156 -
CMYK 0.09 0.49 0 0.39
HSL 288.95º 0.32% 0.46% -
HSV(B) 288.95º 0.49% 0.61% -
XYZ 20.02 13.89 33.08 -
YUV 107.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 142 80 156 0.09 0.49 0 0.39 288.95 0.32 0.46
Hex 8E 50 9C 9 31 0 27 121 20 2E
Octal 216 120 234 11 61 0 47 441 40 56
Binary 10001110 1010000 10011100 1001 110001 0 100111 100100001 100000 101110

Color Harmonies of #8E509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E509C

Black with #8E509C

Text Example


Text Example

White with #8E509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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