#943DF4

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

Shades of Blue Violet #943DF4

Tints of Blue Violet #943DF4

Color information

#943DF4 (or 0x943DF4) is unknown color: approx Blue Violet. HEX triplet: 94, 3D and F4. RGB value is (148,61,244). Sum of RGB (Red+Green+Blue) = 148+61+244=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 244 (95.70% from 255 or 53.86% from 453); Max value from RGB is 244 - color contains mainly: blue. Hex color #943DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943DF4 is #6BC20B. Grayscale: #6B6B6B. Windows color (decimal): -7062028 or 16006548. OLE color: 16006548.

HSL color Cylindrical-coordinate representation of color #943DF4: hue angle of 268.52º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943DF4 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14861244-
CMYK0.390.7500.04
HSL268.52º89.27%59.8%-
HSV(B)268.52º75%95.69%-
XYZ30.2116.1787.12-
YUV107.88204.82156.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 61 (24.22% from 255) = 13.47%
BLUE value IS 244 (95.70% from 255) = 53.86%
R=32.67%
G=13.47%
B=53.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148612440.390.7500.04268.5289.2759.8
Hex943DF4274B0410d593c
Octal22475364471130441513174
Binary1001010011110111110100100111100101101001000011011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943DF4; }

 p { color: rgb(148,61,244); }

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

<style>
 a { background-color: #943DF4; }

 a { background-color: rgb(148,61,244); }

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

<style>
 span { border-color: #943DF4; }

 span { border-color: rgb(148,61,244); }

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