#994B92

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

Shades of Violet Blue #994B92

Tints of Violet Blue #994B92

Color information

#994B92 (or 0x994B92) is unknown color: approx Violet Blue. HEX triplet: 99, 4B and 92. RGB value is (153,75,146). Sum of RGB (Red+Green+Blue) = 153+75+146=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #994B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B92 is #66B46D. Grayscale: #6A6A6A. Windows color (decimal): -6730862 or 9587609. OLE color: 9587609.

HSL color Cylindrical-coordinate representation of color #994B92: hue angle of 305.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B92 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15375146-
CMYK00.510.050.4
HSL305.38º34.21%44.71%-
HSV(B)305.38º50.98%60%-
XYZ20.8413.8828.77-
YUV106.42150.34161.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=40.91%
G=20.05%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537514600.510.050.4305.3834.2144.71
Hex994B92033528131222d
Octal2311132220635504614255
Binary100110011001011100100100110011101101000100110001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994B92; }

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

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

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

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

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

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

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

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