Html Css Color HEX #8E5F95 Violet Blue

📋 copy color: '#8E5F95'

red 142 ◦ green 95 ◦ blue 149

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

Shades of Violet Blue #8E5F95

Tints of Violet Blue #8E5F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.61%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 36.79%
G = 24.61%
B = 38.6%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E5F95 (or 0x8E5F95) is known color: Violet Blue. HEX triplet: 8E, 5F and 95. RGB value is (142,95,149). Sum of RGB (Red+Green+Blue) = 142+95+149=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E5F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F95 is #71A06A. Grayscale: #737373. Windows color (decimal): -7446635 or 9789326. OLE color: 9789326.

HSL color Cylindrical-coordinate representation of color #8E5F95: hue angle of 292.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E5F95 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 95 149 -
CMYK 0.05 0.36 0 0.42
HSL 292.22º 0.22% 0.48% -
HSV(B) 292.22º 0.36% 0.58% -
XYZ 20.67 16.11 30.45 -
YUV 115.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 142 95 149 0.05 0.36 0 0.42 292.22 0.22 0.48
Hex 8E 5F 95 5 24 0 2A 124 16 30
Octal 216 137 225 5 44 0 52 444 26 60
Binary 10001110 1011111 10010101 101 100100 0 101010 100100100 10110 110000

Color Harmonies of #8E5F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F95

Black with #8E5F95

Text Example


Text Example

White with #8E5F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,95,149); }

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

background-color css

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

 a { background-color: rgb(142,95,149); }

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

border-color css

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

 span { border-color: rgb(142,95,149); }

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