#994CF2

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

Shades of Blue Violet #994CF2

Tints of Blue Violet #994CF2

Color information

#994CF2 (or 0x994CF2) is unknown color: approx Blue Violet. HEX triplet: 99, 4C and F2. RGB value is (153,76,242). Sum of RGB (Red+Green+Blue) = 153+76+242=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #994CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CF2 is #66B30D. Grayscale: #757575. Windows color (decimal): -6730510 or 15879321. OLE color: 15879321.

HSL color Cylindrical-coordinate representation of color #994CF2: hue angle of 267.83º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994CF2 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15376242-
CMYK0.370.6900.05
HSL267.83º86.46%62.35%-
HSV(B)267.83º68.6%94.9%-
XYZ31.7518.3585.87-
YUV117.95198.01153-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 242 (94.92% from 255) = 51.38%
R=32.48%
G=16.14%
B=51.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal153762420.370.6900.05267.8386.4662.35
Hex994CF225450510c563e
Octal231114362451050541412676
Binary10011001100110011110010100101100010101011000011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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