Html Css Color HEX #9E3F99 Violet Blue

📋 copy color: '#9E3F99'

red 158 ◦ green 63 ◦ blue 153

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

Shades of Violet Blue #9E3F99

Tints of Violet Blue #9E3F99

RGB

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

 GREEN value IS 63 (25% from 255) = 16.84%

 BLUE value IS 153 (60.16% from 255) = 40.91%

R = 42.25%
G = 16.84%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9E3F99 (or 0x9E3F99) is known color: Violet Blue. HEX triplet: 9E, 3F and 99. RGB value is (158,63,153). Sum of RGB (Red+Green+Blue) = 158+63+153=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3F99 is #61C066. Grayscale: #656565. Windows color (decimal): -6406247 or 10043294. OLE color: 10043294.

HSL color Cylindrical-coordinate representation of color #9E3F99: hue angle of 303.16º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E3F99 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 63 153 -
CMYK 0 0.60 0.03 0.38
HSL 303.16º 0.43% 0.43% -
HSV(B) 303.16º 0.6% 0.62% -
XYZ 21.63 13.12 31.53 -
YUV 101.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 158 63 153 0 0.60 0.03 0.38 303.16 0.43 0.43
Hex 9E 3F 99 0 3C 3 26 12F 2B 2B
Octal 236 77 231 0 74 3 46 457 53 53
Binary 10011110 111111 10011001 0 111100 11 100110 100101111 101011 101011

Color Harmonies of #9E3F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3F99

Black with #9E3F99

Text Example


Text Example

White with #9E3F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,63,153); }

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

background-color css

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

 a { background-color: rgb(158,63,153); }

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

border-color css

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

 span { border-color: rgb(158,63,153); }

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