Html Css Color HEX #9E369D Vivid Violet

📋 copy color: '#9E369D'

red 158 ◦ green 54 ◦ blue 157

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

Shades of Vivid Violet #9E369D

Tints of Vivid Violet #9E369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.63%

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 42.82%
G = 14.63%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9E369D (or 0x9E369D) is known color: Vivid Violet. HEX triplet: 9E, 36 and 9D. RGB value is (158,54,157). Sum of RGB (Red+Green+Blue) = 158+54+157=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E369D is #61C962. Grayscale: #606060. Windows color (decimal): -6408547 or 10303134. OLE color: 10303134.

HSL color Cylindrical-coordinate representation of color #9E369D: hue angle of 300.58º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E369D is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 54 157 -
CMYK 0 0.66 0.01 0.38
HSL 300.58º 0.49% 0.42% -
HSV(B) 300.58º 0.66% 0.62% -
XYZ 21.51 12.34 33.15 -
YUV 96.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 158 54 157 0 0.66 0.01 0.38 300.58 0.49 0.42
Hex 9E 36 9D 0 42 1 26 12D 31 2A
Octal 236 66 235 0 102 1 46 455 61 52
Binary 10011110 110110 10011101 0 1000010 1 100110 100101101 110001 101010

Color Harmonies of #9E369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E369D

Black with #9E369D

Text Example


Text Example

White with #9E369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,54,157); }

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

background-color css

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

 a { background-color: rgb(158,54,157); }

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

border-color css

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

 span { border-color: rgb(158,54,157); }

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