#994EFC

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

Shades of Blue Violet #994EFC

Tints of Blue Violet #994EFC

Color information

#994EFC (or 0x994EFC) is unknown color: approx Blue Violet. HEX triplet: 99, 4E and FC. RGB value is (153,78,252). Sum of RGB (Red+Green+Blue) = 153+78+252=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #994EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EFC is #66B103. Grayscale: #777777. Windows color (decimal): -6729988 or 16535193. OLE color: 16535193.

HSL color Cylindrical-coordinate representation of color #994EFC: hue angle of 265.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994EFC is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15378252-
CMYK0.390.6900.01
HSL265.86º96.67%64.71%-
HSV(B)265.86º69.05%98.82%-
XYZ33.4319.2594.05-
YUV120.26202.35151.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 78 (30.86% from 255) = 16.15%
BLUE value IS 252 (98.83% from 255) = 52.17%
R=31.68%
G=16.15%
B=52.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153782520.390.6900.01265.8696.6764.71
Hex994EFC27450110a6141
Octal2311163744710501412141101
Binary1001100110011101111110010011110001010110000101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,78,252); }

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

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

 a { background-color: rgb(153,78,252); }

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

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

 span { border-color: rgb(153,78,252); }

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