Html Css Color HEX #9E5FAD Violet Blue

📋 copy color: '#9E5FAD'

red 158 ◦ green 95 ◦ blue 173

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

Shades of Violet Blue #9E5FAD

Tints of Violet Blue #9E5FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.3%

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 37.09%
G = 22.3%
B = 40.61%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E5FAD (or 0x9E5FAD) is known color: Violet Blue. HEX triplet: 9E, 5F and AD. RGB value is (158,95,173). Sum of RGB (Red+Green+Blue) = 158+95+173=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E5FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5FAD is #61A052. Grayscale: #7A7A7A. Windows color (decimal): -6398035 or 11362206. OLE color: 11362206.

HSL color Cylindrical-coordinate representation of color #9E5FAD: hue angle of 288.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E5FAD is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 95 173 -
CMYK 0.09 0.45 0 0.32
HSL 288.46º 0.32% 0.53% -
HSV(B) 288.46º 0.45% 0.68% -
XYZ 25.74 18.47 41.74 -
YUV 122.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 158 95 173 0.09 0.45 0 0.32 288.46 0.32 0.53
Hex 9E 5F AD 9 2D 0 20 120 20 35
Octal 236 137 255 11 55 0 40 440 40 65
Binary 10011110 1011111 10101101 1001 101101 0 100000 100100000 100000 110101

Color Harmonies of #9E5FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5FAD

Black with #9E5FAD

Text Example


Text Example

White with #9E5FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,95,173); }

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

background-color css

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

 a { background-color: rgb(158,95,173); }

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

border-color css

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

 span { border-color: rgb(158,95,173); }

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