Html Css Color HEX #8E5594 Violet Blue

📋 copy color: '#8E5594'

red 142 ◦ green 85 ◦ blue 148

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

Shades of Violet Blue #8E5594

Tints of Violet Blue #8E5594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 37.87%
G = 22.67%
B = 39.47%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E5594 (or 0x8E5594) is known color: Violet Blue. HEX triplet: 8E, 55 and 94. RGB value is (142,85,148). Sum of RGB (Red+Green+Blue) = 142+85+148=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E5594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5594 is #71AA6B. Grayscale: #6D6D6D. Windows color (decimal): -7449196 or 9721230. OLE color: 9721230.

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

Color convert

RGB 142 85 148 -
CMYK 0.04 0.43 0 0.42
HSL 294.29º 0.27% 0.46% -
HSV(B) 294.29º 0.43% 0.58% -
XYZ 19.75 14.39 29.75 -
YUV 109.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 142 85 148 0.04 0.43 0 0.42 294.29 0.27 0.46
Hex 8E 55 94 4 2B 0 2A 126 1B 2E
Octal 216 125 224 4 53 0 52 446 33 56
Binary 10001110 1010101 10010100 100 101011 0 101010 100100110 11011 101110

Color Harmonies of #8E5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5594

Black with #8E5594

Text Example


Text Example

White with #8E5594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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