Html Css Color HEX #8E4E9F Violet Blue

📋 copy color: '#8E4E9F'

red 142 ◦ green 78 ◦ blue 159

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

Shades of Violet Blue #8E4E9F

Tints of Violet Blue #8E4E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

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

R = 37.47%
G = 20.58%
B = 41.95%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E4E9F (or 0x8E4E9F) is known color: Violet Blue. HEX triplet: 8E, 4E and 9F. RGB value is (142,78,159). Sum of RGB (Red+Green+Blue) = 142+78+159=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E4E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4E9F is #71B160. Grayscale: #6A6A6A. Windows color (decimal): -7450977 or 10440334. OLE color: 10440334.

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

Color convert

RGB 142 78 159 -
CMYK 0.11 0.51 0 0.38
HSL 287.41º 0.34% 0.46% -
HSV(B) 287.41º 0.51% 0.62% -
XYZ 20.14 13.7 34.38 -
YUV 106.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 142 78 159 0.11 0.51 0 0.38 287.41 0.34 0.46
Hex 8E 4E 9F B 33 0 26 11F 22 2E
Octal 216 116 237 13 63 0 46 437 42 56
Binary 10001110 1001110 10011111 1011 110011 0 100110 100011111 100010 101110

Color Harmonies of #8E4E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E9F

Black with #8E4E9F

Text Example


Text Example

White with #8E4E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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