Html Css Color HEX #9E5AAB Violet Blue

📋 copy color: '#9E5AAB'

red 158 ◦ green 90 ◦ blue 171

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

Shades of Violet Blue #9E5AAB

Tints of Violet Blue #9E5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.48%

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 37.71%
G = 21.48%
B = 40.81%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E5AAB (or 0x9E5AAB) is known color: Violet Blue. HEX triplet: 9E, 5A and AB. RGB value is (158,90,171). Sum of RGB (Red+Green+Blue) = 158+90+171=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5AAB is #61A554. Grayscale: #777777. Windows color (decimal): -6399317 or 11229854. OLE color: 11229854.

HSL color Cylindrical-coordinate representation of color #9E5AAB: hue angle of 290.37º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5AAB is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 90 171 -
CMYK 0.08 0.47 0 0.33
HSL 290.37º 0.33% 0.51% -
HSV(B) 290.37º 0.47% 0.67% -
XYZ 25.11 17.52 40.59 -
YUV 119.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 158 90 171 0.08 0.47 0 0.33 290.37 0.33 0.51
Hex 9E 5A AB 8 2F 0 21 122 21 33
Octal 236 132 253 10 57 0 41 442 41 63
Binary 10011110 1011010 10101011 1000 101111 0 100001 100100010 100001 110011

Color Harmonies of #9E5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5AAB

Black with #9E5AAB

Text Example


Text Example

White with #9E5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,90,171); }

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

background-color css

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

 a { background-color: rgb(158,90,171); }

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

border-color css

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

 span { border-color: rgb(158,90,171); }

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