Html Css Color HEX #9E5495 Violet Blue

📋 copy color: '#9E5495'

red 158 ◦ green 84 ◦ blue 149

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

Shades of Violet Blue #9E5495

Tints of Violet Blue #9E5495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 40.41%
G = 21.48%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9E5495 (or 0x9E5495) is known color: Violet Blue. HEX triplet: 9E, 54 and 95. RGB value is (158,84,149). Sum of RGB (Red+Green+Blue) = 158+84+149=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5495 is #61AB6A. Grayscale: #717171. Windows color (decimal): -6400875 or 9786526. OLE color: 9786526.

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

Color convert

RGB 158 84 149 -
CMYK 0 0.47 0.06 0.38
HSL 307.3º 0.31% 0.47% -
HSV(B) 307.3º 0.47% 0.62% -
XYZ 22.7 15.78 30.28 -
YUV 113.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 158 84 149 0 0.47 0.06 0.38 307.3 0.31 0.47
Hex 9E 54 95 0 2F 6 26 133 1F 2F
Octal 236 124 225 0 57 6 46 463 37 57
Binary 10011110 1010100 10010101 0 101111 110 100110 100110011 11111 101111

Color Harmonies of #9E5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5495

Black with #9E5495

Text Example


Text Example

White with #9E5495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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