#994092

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

Shades of Vivid Violet #994092

Tints of Vivid Violet #994092

Color information

#994092 (or 0x994092) is unknown color: approx Vivid Violet. HEX triplet: 99, 40 and 92. RGB value is (153,64,146). Sum of RGB (Red+Green+Blue) = 153+64+146=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #994092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994092 is #66BF6D. Grayscale: #636363. Windows color (decimal): -6733678 or 9584793. OLE color: 9584793.

HSL color Cylindrical-coordinate representation of color #994092: hue angle of 304.72º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994092 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15364146-
CMYK00.580.050.4
HSL304.72º41.01%42.55%-
HSV(B)304.72º58.17%60%-
XYZ20.1612.5128.55-
YUV99.96153.99165.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=42.15%
G=17.63%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536414600.580.050.4304.7241.0142.55
Hex99409203A528131292b
Octal2311002220725504615153
Binary100110011000000100100100111010101101000100110001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994092; }

 p { color: rgb(153,64,146); }

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

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

 a { background-color: rgb(153,64,146); }

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

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

 span { border-color: rgb(153,64,146); }

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