Html Css Color HEX #9E4998 Violet Blue

📋 copy color: '#9E4998'

red 158 ◦ green 73 ◦ blue 152

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

Shades of Violet Blue #9E4998

Tints of Violet Blue #9E4998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 41.25%
G = 19.06%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E4998 (or 0x9E4998) is known color: Violet Blue. HEX triplet: 9E, 49 and 98. RGB value is (158,73,152). Sum of RGB (Red+Green+Blue) = 158+73+152=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4998 is #61B667. Grayscale: #6B6B6B. Windows color (decimal): -6403688 or 9980318. OLE color: 9980318.

HSL color Cylindrical-coordinate representation of color #9E4998: hue angle of 304.24º 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 #9E4998 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 73 152 -
CMYK 0 0.54 0.04 0.38
HSL 304.24º 0.37% 0.45% -
HSV(B) 304.24º 0.54% 0.62% -
XYZ 22.15 14.3 31.3 -
YUV 107.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 158 73 152 0 0.54 0.04 0.38 304.24 0.37 0.45
Hex 9E 49 98 0 36 4 26 130 25 2D
Octal 236 111 230 0 66 4 46 460 45 55
Binary 10011110 1001001 10011000 0 110110 100 100110 100110000 100101 101101

Color Harmonies of #9E4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4998

Black with #9E4998

Text Example


Text Example

White with #9E4998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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