Html Css Color HEX #9E5FAA Violet Blue

📋 copy color: '#9E5FAA'

red 158 ◦ green 95 ◦ blue 170

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

Shades of Violet Blue #9E5FAA

Tints of Violet Blue #9E5FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 37.35%
G = 22.46%
B = 40.19%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E5FAA (or 0x9E5FAA) is known color: Violet Blue. HEX triplet: 9E, 5F and AA. RGB value is (158,95,170). Sum of RGB (Red+Green+Blue) = 158+95+170=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5FAA is #61A055. Grayscale: #7A7A7A. Windows color (decimal): -6398038 or 11165598. OLE color: 11165598.

HSL color Cylindrical-coordinate representation of color #9E5FAA: hue angle of 290.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E5FAA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 95 170 -
CMYK 0.07 0.44 0 0.33
HSL 290.4º 0.31% 0.52% -
HSV(B) 290.4º 0.44% 0.67% -
XYZ 25.45 18.36 40.23 -
YUV 122.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 158 95 170 0.07 0.44 0 0.33 290.4 0.31 0.52
Hex 9E 5F AA 7 2C 0 21 122 1F 34
Octal 236 137 252 7 54 0 41 442 37 64
Binary 10011110 1011111 10101010 111 101100 0 100001 100100010 11111 110100

Color Harmonies of #9E5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5FAA

Black with #9E5FAA

Text Example


Text Example

White with #9E5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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