Html Css Color HEX #8E5F97 Violet Blue

📋 copy color: '#8E5F97'

red 142 ◦ green 95 ◦ blue 151

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

Shades of Violet Blue #8E5F97

Tints of Violet Blue #8E5F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.92%

R = 36.6%
G = 24.48%
B = 38.92%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E5F97 (or 0x8E5F97) is known color: Violet Blue. HEX triplet: 8E, 5F and 97. RGB value is (142,95,151). Sum of RGB (Red+Green+Blue) = 142+95+151=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E5F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F97 is #71A068. Grayscale: #737373. Windows color (decimal): -7446633 or 9920398. OLE color: 9920398.

HSL color Cylindrical-coordinate representation of color #8E5F97: hue angle of 290.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5F97 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 95 151 -
CMYK 0.06 0.37 0 0.41
HSL 290.36º 0.23% 0.48% -
HSV(B) 290.36º 0.37% 0.59% -
XYZ 20.83 16.17 31.3 -
YUV 115.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 142 95 151 0.06 0.37 0 0.41 290.36 0.23 0.48
Hex 8E 5F 97 6 25 0 29 122 17 30
Octal 216 137 227 6 45 0 51 442 27 60
Binary 10001110 1011111 10010111 110 100101 0 101001 100100010 10111 110000

Color Harmonies of #8E5F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F97

Black with #8E5F97

Text Example


Text Example

White with #8E5F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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