Html Css Color HEX #9E4993 Violet Blue

📋 copy color: '#9E4993'

red 158 ◦ green 73 ◦ blue 147

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

Shades of Violet Blue #9E4993

Tints of Violet Blue #9E4993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.31%

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 41.8%
G = 19.31%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E4993 (or 0x9E4993) is known color: Violet Blue. HEX triplet: 9E, 49 and 93. RGB value is (158,73,147). Sum of RGB (Red+Green+Blue) = 158+73+147=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4993 is #61B66C. Grayscale: #6A6A6A. Windows color (decimal): -6403693 or 9652638. OLE color: 9652638.

HSL color Cylindrical-coordinate representation of color #9E4993: hue angle of 307.76º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4993 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 73 147 -
CMYK 0 0.54 0.07 0.38
HSL 307.76º 0.37% 0.45% -
HSV(B) 307.76º 0.54% 0.62% -
XYZ 21.75 14.14 29.19 -
YUV 106.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 158 73 147 0 0.54 0.07 0.38 307.76 0.37 0.45
Hex 9E 49 93 0 36 7 26 134 25 2D
Octal 236 111 223 0 66 7 46 464 45 55
Binary 10011110 1001001 10010011 0 110110 111 100110 100110100 100101 101101

Color Harmonies of #9E4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4993

Black with #9E4993

Text Example


Text Example

White with #9E4993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,73,147); }

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

background-color css

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

 a { background-color: rgb(158,73,147); }

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

border-color css

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

 span { border-color: rgb(158,73,147); }

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