#994BF3

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

Shades of Blue Violet #994BF3

Tints of Blue Violet #994BF3

Color information

#994BF3 (or 0x994BF3) is unknown color: approx Blue Violet. HEX triplet: 99, 4B and F3. RGB value is (153,75,243). Sum of RGB (Red+Green+Blue) = 153+75+243=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #994BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BF3 is #66B40C. Grayscale: #747474. Windows color (decimal): -6730765 or 15944601. OLE color: 15944601.

HSL color Cylindrical-coordinate representation of color #994BF3: hue angle of 267.86º degrees, saturation: 0.88, 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 #994BF3 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15375243-
CMYK0.370.6900.05
HSL267.86º87.5%62.35%-
HSV(B)267.86º69.14%95.29%-
XYZ31.8318.2886.64-
YUV117.47198.84153.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 75 (29.69% from 255) = 15.92%
BLUE value IS 243 (95.31% from 255) = 51.59%
R=32.48%
G=15.92%
B=51.59%

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
Decimal153752430.370.6900.05267.8687.562.35
Hex994BF325450510c583e
Octal231113363451050541413076
Binary10011001100101111110011100101100010101011000011001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,75,243); }

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

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

 a { background-color: rgb(153,75,243); }

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

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

 span { border-color: rgb(153,75,243); }

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