Html Css Color HEX #9E5593 Violet Blue

📋 copy color: '#9E5593'

red 158 ◦ green 85 ◦ blue 147

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

Shades of Violet Blue #9E5593

Tints of Violet Blue #9E5593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 40.51%
G = 21.79%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E5593 (or 0x9E5593) is known color: Violet Blue. HEX triplet: 9E, 55 and 93. RGB value is (158,85,147). Sum of RGB (Red+Green+Blue) = 158+85+147=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5593 is #61AA6C. Grayscale: #717171. Windows color (decimal): -6400621 or 9655710. OLE color: 9655710.

HSL color Cylindrical-coordinate representation of color #9E5593: hue angle of 309.04º 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 #9E5593 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 85 147 -
CMYK 0 0.46 0.07 0.38
HSL 309.04º 0.3% 0.48% -
HSV(B) 309.04º 0.46% 0.62% -
XYZ 22.62 15.87 29.48 -
YUV 113.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 158 85 147 0 0.46 0.07 0.38 309.04 0.3 0.48
Hex 9E 55 93 0 2E 7 26 135 1E 30
Octal 236 125 223 0 56 7 46 465 36 60
Binary 10011110 1010101 10010011 0 101110 111 100110 100110101 11110 110000

Color Harmonies of #9E5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5593

Black with #9E5593

Text Example


Text Example

White with #9E5593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,85,147); }

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

background-color css

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

 a { background-color: rgb(158,85,147); }

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

border-color css

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

 span { border-color: rgb(158,85,147); }

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