#9E3094

Color #9E3094 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9E3094

Tints of Vivid Violet #9E3094

Color information

#9E3094 (or 0x9E3094) is unknown color: approx Vivid Violet. HEX triplet: 9E, 30 and 94. RGB value is (158,48,148). Sum of RGB (Red+Green+Blue) = 158+48+148=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3094 is #61CF6B. Grayscale: #5C5C5C. Windows color (decimal): -6410092 or 9711774. OLE color: 9711774.

HSL color Cylindrical-coordinate representation of color #9E3094: hue angle of 305.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3094 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15848148-
CMYK00.700.060.38
HSL305.45º53.4%40.39%-
HSV(B)305.45º69.62%61.96%-
XYZ20.511.5229.16-
YUV92.29159.44174.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 48 (19.14% from 255) = 13.56%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=44.63%
G=13.56%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584814800.700.060.38305.4553.440.39
Hex9E30940466261313528
Octal2366022401066464616550
Binary100111101100001001010001000110110100110100110001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,48,148); }

 H1.HeaderClassName
 {
   color: #9E3094;
 }
 .AnyTagClassName
 {
   color: #9E3094;
 }
</style>
background-color css

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

 a { background-color: rgb(158,48,148); }

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

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

 span { border-color: rgb(158,48,148); }

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