Html Css Color HEX #9E558D Violet Blue

📋 copy color: '#9E558D'

red 158 ◦ green 85 ◦ blue 141

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

Shades of Violet Blue #9E558D

Tints of Violet Blue #9E558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 41.15%
G = 22.14%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E558D (or 0x9E558D) is known color: Violet Blue. HEX triplet: 9E, 55 and 8D. RGB value is (158,85,141). Sum of RGB (Red+Green+Blue) = 158+85+141=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E558D is #61AA72. Grayscale: #717171. Windows color (decimal): -6400627 or 9262494. OLE color: 9262494.

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

Color convert

RGB 158 85 141 -
CMYK 0 0.46 0.11 0.38
HSL 313.97º 0.3% 0.48% -
HSV(B) 313.97º 0.46% 0.62% -
XYZ 22.16 15.69 27.06 -
YUV 113.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 158 85 141 0 0.46 0.11 0.38 313.97 0.3 0.48
Hex 9E 55 8D 0 2E B 26 13A 1E 30
Octal 236 125 215 0 56 13 46 472 36 60
Binary 10011110 1010101 10001101 0 101110 1011 100110 100111010 11110 110000

Color Harmonies of #9E558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E558D

Black with #9E558D

Text Example


Text Example

White with #9E558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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