Html Css Color HEX #9E2499 Vivid Violet

📋 copy color: '#9E2499'

red 158 ◦ green 36 ◦ blue 153

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

Shades of Vivid Violet #9E2499

Tints of Vivid Violet #9E2499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

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

R = 45.53%
G = 10.37%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9E2499 (or 0x9E2499) is known color: Vivid Violet. HEX triplet: 9E, 24 and 99. RGB value is (158,36,153). Sum of RGB (Red+Green+Blue) = 158+36+153=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2499 is #61DB66. Grayscale: #555555. Windows color (decimal): -6413159 or 10036382. OLE color: 10036382.

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

Color convert

RGB 158 36 153 -
CMYK 0 0.77 0.03 0.38
HSL 302.46º 0.63% 0.38% -
HSV(B) 302.46º 0.77% 0.62% -
XYZ 20.48 10.83 31.15 -
YUV 85.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 158 36 153 0 0.77 0.03 0.38 302.46 0.63 0.38
Hex 9E 24 99 0 4D 3 26 12E 3F 26
Octal 236 44 231 0 115 3 46 456 77 46
Binary 10011110 100100 10011001 0 1001101 11 100110 100101110 111111 100110

Color Harmonies of #9E2499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2499

Black with #9E2499

Text Example


Text Example

White with #9E2499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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