Html Css Color HEX #9E5BAC Violet Blue

📋 copy color: '#9E5BAC'

red 158 ◦ green 91 ◦ blue 172

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

Shades of Violet Blue #9E5BAC

Tints of Violet Blue #9E5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.62%

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 37.53%
G = 21.62%
B = 40.86%

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

#9E5BAC (or 0x9E5BAC) is known color: Violet Blue. HEX triplet: 9E, 5B and AC. RGB value is (158,91,172). Sum of RGB (Red+Green+Blue) = 158+91+172=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E5BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5BAC is #61A453. Grayscale: #787878. Windows color (decimal): -6399060 or 11295646. OLE color: 11295646.

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

Color convert

RGB 158 91 172 -
CMYK 0.08 0.47 0 0.33
HSL 289.63º 0.33% 0.52% -
HSV(B) 289.63º 0.47% 0.67% -
XYZ 25.29 17.73 41.12 -
YUV 120.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 158 91 172 0.08 0.47 0 0.33 289.63 0.33 0.52
Hex 9E 5B AC 8 2F 0 21 122 21 34
Octal 236 133 254 10 57 0 41 442 41 64
Binary 10011110 1011011 10101100 1000 101111 0 100001 100100010 100001 110100

Color Harmonies of #9E5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5BAC

Black with #9E5BAC

Text Example


Text Example

White with #9E5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,91,172); }

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

background-color css

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

 a { background-color: rgb(158,91,172); }

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

border-color css

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

 span { border-color: rgb(158,91,172); }

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