Html Css Color HEX #9E5690 Violet Blue

📋 copy color: '#9E5690'

red 158 ◦ green 86 ◦ blue 144

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

Shades of Violet Blue #9E5690

Tints of Violet Blue #9E5690

RGB

 RED value IS 158 (62.11% from 255) = 40.72%

 GREEN value IS 86 (33.98% from 255) = 22.16%

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 40.72%
G = 22.16%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E5690 (or 0x9E5690) is known color: Violet Blue. HEX triplet: 9E, 56 and 90. RGB value is (158,86,144). Sum of RGB (Red+Green+Blue) = 158+86+144=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5690 is #61A96F. Grayscale: #717171. Windows color (decimal): -6400368 or 9459358. OLE color: 9459358.

HSL color Cylindrical-coordinate representation of color #9E5690: hue angle of 311.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5690 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 86 144 -
CMYK 0 0.46 0.09 0.38
HSL 311.67º 0.3% 0.48% -
HSV(B) 311.67º 0.46% 0.62% -
XYZ 22.46 15.94 28.28 -
YUV 114.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 158 86 144 0 0.46 0.09 0.38 311.67 0.3 0.48
Hex 9E 56 90 0 2E 9 26 138 1E 30
Octal 236 126 220 0 56 11 46 470 36 60
Binary 10011110 1010110 10010000 0 101110 1001 100110 100111000 11110 110000

Color Harmonies of #9E5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5690

Black with #9E5690

Text Example


Text Example

White with #9E5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5690; }

 p { color: rgb(158,86,144); }

 H1.HeaderClassName
 {
   color: #9E5690;
 }
 .AnyTagClassName
 {
   color: #9E5690;
 }
</style>

background-color css

<style>
 a { background-color: #9E5690; }

 a { background-color: rgb(158,86,144); }

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

border-color css

<style>
 span { border-color: #9E5690; }

 span { border-color: rgb(158,86,144); }

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