#994C98

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

Shades of Violet Blue #994C98

Tints of Violet Blue #994C98

Color information

#994C98 (or 0x994C98) is unknown color: approx Violet Blue. HEX triplet: 99, 4C and 98. RGB value is (153,76,152). Sum of RGB (Red+Green+Blue) = 153+76+152=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #994C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C98 is #66B367. Grayscale: #6B6B6B. Windows color (decimal): -6730600 or 9981081. OLE color: 9981081.

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

Color convert

RGB15376152-
CMYK00.500.010.4
HSL300.78º33.62%44.9%-
HSV(B)300.78º50.33%60%-
XYZ21.3914.2131.32-
YUV107.69153.01160.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=40.16%
G=19.95%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537615200.500.010.4300.7833.6244.9
Hex994C9803212812d222d
Octal2311142300621504554255
Binary1001100110011001001100001100101101000100101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,76,152); }

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

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

 a { background-color: rgb(153,76,152); }

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

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

 span { border-color: rgb(153,76,152); }

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