Html Css Color HEX #8E5D92 Violet Blue

📋 copy color: '#8E5D92'

red 142 ◦ green 93 ◦ blue 146

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

Shades of Violet Blue #8E5D92

Tints of Violet Blue #8E5D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 37.27%
G = 24.41%
B = 38.32%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E5D92 (or 0x8E5D92) is known color: Violet Blue. HEX triplet: 8E, 5D and 92. RGB value is (142,93,146). Sum of RGB (Red+Green+Blue) = 142+93+146=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E5D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5D92 is #71A26D. Grayscale: #717171. Windows color (decimal): -7447150 or 9592206. OLE color: 9592206.

HSL color Cylindrical-coordinate representation of color #8E5D92: hue angle of 295.47º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E5D92 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 93 146 -
CMYK 0.03 0.36 0 0.43
HSL 295.47º 0.22% 0.47% -
HSV(B) 295.47º 0.36% 0.57% -
XYZ 20.26 15.65 29.15 -
YUV 113.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 142 93 146 0.03 0.36 0 0.43 295.47 0.22 0.47
Hex 8E 5D 92 3 24 0 2B 127 16 2F
Octal 216 135 222 3 44 0 53 447 26 57
Binary 10001110 1011101 10010010 11 100100 0 101011 100100111 10110 101111

Color Harmonies of #8E5D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5D92

Black with #8E5D92

Text Example


Text Example

White with #8E5D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,93,146); }

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

background-color css

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

 a { background-color: rgb(142,93,146); }

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

border-color css

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

 span { border-color: rgb(142,93,146); }

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