Html Css Color HEX #9E5493 Violet Blue

📋 copy color: '#9E5493'

red 158 ◦ green 84 ◦ blue 147

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

Shades of Violet Blue #9E5493

Tints of Violet Blue #9E5493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

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

R = 40.62%
G = 21.59%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E5493 (or 0x9E5493) is known color: Violet Blue. HEX triplet: 9E, 54 and 93. RGB value is (158,84,147). Sum of RGB (Red+Green+Blue) = 158+84+147=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5493 is #61AB6C. Grayscale: #717171. Windows color (decimal): -6400877 or 9655454. OLE color: 9655454.

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

Color convert

RGB 158 84 147 -
CMYK 0 0.47 0.07 0.38
HSL 308.92º 0.31% 0.47% -
HSV(B) 308.92º 0.47% 0.62% -
XYZ 22.54 15.72 29.45 -
YUV 113.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 158 84 147 0 0.47 0.07 0.38 308.92 0.31 0.47
Hex 9E 54 93 0 2F 7 26 135 1F 2F
Octal 236 124 223 0 57 7 46 465 37 57
Binary 10011110 1010100 10010011 0 101111 111 100110 100110101 11111 101111

Color Harmonies of #9E5493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5493

Black with #9E5493

Text Example


Text Example

White with #9E5493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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