#994cf1

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

Shades of Blue Violet #994CF1

Tints of Blue Violet #994CF1

Color information

#994CF1 (or 0x994CF1) is unknown color: approx Blue Violet. HEX triplet: 99, 4C and F1. RGB value is (153,76,241). Sum of RGB (Red+Green+Blue) = 153+76+241=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #994CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CF1 is #66B30E. Grayscale: #757575. Windows color (decimal): -6730511 or 15813785. OLE color: 15813785.

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

Color convert

RGB15376241-
CMYK0.370.6800.05
HSL268º85.49%62.16%-
HSV(B)268º68.46%94.51%-
XYZ31.618.2985.08-
YUV117.83197.51153.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 76 (30.08% from 255) = 16.17%
BLUE value IS 241 (94.53% from 255) = 51.28%
R=32.55%
G=16.17%
B=51.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal153762410.370.6800.0526885.4962.16
Hex994CF125440510c553e
Octal231114361451040541412576
Binary10011001100110011110001100101100010001011000011001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994cf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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