#994CFF

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

Shades of Blue Violet #994CFF

Tints of Blue Violet #994CFF

Color information

#994CFF (or 0x994CFF) is unknown color: approx Blue Violet. HEX triplet: 99, 4C and FF. RGB value is (153,76,255). Sum of RGB (Red+Green+Blue) = 153+76+255=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #994CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CFF is #66B300. Grayscale: #767676. Windows color (decimal): -6730497 or 16731289. OLE color: 16731289.

HSL color Cylindrical-coordinate representation of color #994CFF: hue angle of 265.81º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994CFF is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15376255-
CMYK0.40.7000
HSL265.81º100%64.9%-
HSV(B)265.81º70.2%100%-
XYZ33.7719.1696.53-
YUV119.43204.51151.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 76 (30.08% from 255) = 15.70%
BLUE value IS 255 (100% from 255) = 52.69%
R=31.61%
G=15.70%
B=52.69%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal153762550.40.7000265.8110064.9
Hex994CFF28460010a6441
Octal2311143775010600412144101
Binary1001100110011001111111110100010001100010000101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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