Html Css Color HEX #8E5394 Violet Blue

📋 copy color: '#8E5394'

red 142 ◦ green 83 ◦ blue 148

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

Shades of Violet Blue #8E5394

Tints of Violet Blue #8E5394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 38.07%
G = 22.25%
B = 39.68%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E5394 (or 0x8E5394) is known color: Violet Blue. HEX triplet: 8E, 53 and 94. RGB value is (142,83,148). Sum of RGB (Red+Green+Blue) = 142+83+148=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E5394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5394 is #71AC6B. Grayscale: #6B6B6B. Windows color (decimal): -7449708 or 9720718. OLE color: 9720718.

HSL color Cylindrical-coordinate representation of color #8E5394: hue angle of 294.46º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5394 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 83 148 -
CMYK 0.04 0.44 0 0.42
HSL 294.46º 0.28% 0.45% -
HSV(B) 294.46º 0.44% 0.58% -
XYZ 19.59 14.08 29.7 -
YUV 108.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 142 83 148 0.04 0.44 0 0.42 294.46 0.28 0.45
Hex 8E 53 94 4 2C 0 2A 126 1C 2D
Octal 216 123 224 4 54 0 52 446 34 55
Binary 10001110 1010011 10010100 100 101100 0 101010 100100110 11100 101101

Color Harmonies of #8E5394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5394

Black with #8E5394

Text Example


Text Example

White with #8E5394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,83,148); }

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

background-color css

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

 a { background-color: rgb(142,83,148); }

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

border-color css

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

 span { border-color: rgb(142,83,148); }

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