Html Css Color HEX #9E2998 Vivid Violet

📋 copy color: '#9E2998'

red 158 ◦ green 41 ◦ blue 152

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

Shades of Vivid Violet #9E2998

Tints of Vivid Violet #9E2998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.68%

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

R = 45.01%
G = 11.68%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E2998 (or 0x9E2998) is known color: Vivid Violet. HEX triplet: 9E, 29 and 98. RGB value is (158,41,152). Sum of RGB (Red+Green+Blue) = 158+41+152=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2998 is #61D667. Grayscale: #585858. Windows color (decimal): -6411880 or 9972126. OLE color: 9972126.

HSL color Cylindrical-coordinate representation of color #9E2998: hue angle of 303.08º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E2998 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 41 152 -
CMYK 0 0.74 0.04 0.38
HSL 303.08º 0.59% 0.39% -
HSV(B) 303.08º 0.74% 0.62% -
XYZ 20.56 11.12 30.77 -
YUV 88.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 158 41 152 0 0.74 0.04 0.38 303.08 0.59 0.39
Hex 9E 29 98 0 4A 4 26 12F 3B 27
Octal 236 51 230 0 112 4 46 457 73 47
Binary 10011110 101001 10011000 0 1001010 100 100110 100101111 111011 100111

Color Harmonies of #9E2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2998

Black with #9E2998

Text Example


Text Example

White with #9E2998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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