Html Css Color HEX #9E5391 Violet Blue

📋 copy color: '#9E5391'

red 158 ◦ green 83 ◦ blue 145

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

Shades of Violet Blue #9E5391

Tints of Violet Blue #9E5391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 40.93%
G = 21.5%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E5391 (or 0x9E5391) is known color: Violet Blue. HEX triplet: 9E, 53 and 91. RGB value is (158,83,145). Sum of RGB (Red+Green+Blue) = 158+83+145=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5391 is #61AC6E. Grayscale: #707070. Windows color (decimal): -6401135 or 9524126. OLE color: 9524126.

HSL color Cylindrical-coordinate representation of color #9E5391: hue angle of 310.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5391 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 83 145 -
CMYK 0 0.47 0.08 0.38
HSL 310.4º 0.31% 0.47% -
HSV(B) 310.4º 0.47% 0.62% -
XYZ 22.3 15.5 28.6 -
YUV 112.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 158 83 145 0 0.47 0.08 0.38 310.4 0.31 0.47
Hex 9E 53 91 0 2F 8 26 136 1F 2F
Octal 236 123 221 0 57 10 46 466 37 57
Binary 10011110 1010011 10010001 0 101111 1000 100110 100110110 11111 101111

Color Harmonies of #9E5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5391

Black with #9E5391

Text Example


Text Example

White with #9E5391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,83,145); }

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

background-color css

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

 a { background-color: rgb(158,83,145); }

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

border-color css

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

 span { border-color: rgb(158,83,145); }

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