Html Css Color HEX #9E4FAB Violet Blue

📋 copy color: '#9E4FAB'

red 158 ◦ green 79 ◦ blue 171

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

Shades of Violet Blue #9E4FAB

Tints of Violet Blue #9E4FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.36%

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

R = 38.73%
G = 19.36%
B = 41.91%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E4FAB (or 0x9E4FAB) is known color: Violet Blue. HEX triplet: 9E, 4F and AB. RGB value is (158,79,171). Sum of RGB (Red+Green+Blue) = 158+79+171=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E4FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4FAB is #61B054. Grayscale: #707070. Windows color (decimal): -6402133 or 11227038. OLE color: 11227038.

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

Color convert

RGB 158 79 171 -
CMYK 0.08 0.54 0 0.33
HSL 291.52º 0.37% 0.49% -
HSV(B) 291.52º 0.54% 0.67% -
XYZ 24.25 15.8 40.3 -
YUV 113.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 158 79 171 0.08 0.54 0 0.33 291.52 0.37 0.49
Hex 9E 4F AB 8 36 0 21 124 25 31
Octal 236 117 253 10 66 0 41 444 45 61
Binary 10011110 1001111 10101011 1000 110110 0 100001 100100100 100101 110001

Color Harmonies of #9E4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4FAB

Black with #9E4FAB

Text Example


Text Example

White with #9E4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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