#943DF5

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

Shades of Blue Violet #943DF5

Tints of Blue Violet #943DF5

Color information

#943DF5 (or 0x943DF5) is unknown color: approx Blue Violet. HEX triplet: 94, 3D and F5. RGB value is (148,61,245). Sum of RGB (Red+Green+Blue) = 148+61+245=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 245 (96.09% from 255 or 53.96% from 454); Max value from RGB is 245 - color contains mainly: blue. Hex color #943DF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943DF5 is #6BC20A. Grayscale: #6B6B6B. Windows color (decimal): -7062027 or 16072084. OLE color: 16072084.

HSL color Cylindrical-coordinate representation of color #943DF5: hue angle of 268.37º degrees, saturation: 0.9, 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 #943DF5 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14861245-
CMYK0.400.7500.04
HSL268.37º90.2%60%-
HSV(B)268.37º75.1%96.08%-
XYZ30.3616.2387.92-
YUV107.99205.32156.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 61 (24.22% from 255) = 13.44%
BLUE value IS 245 (96.09% from 255) = 53.96%
R=32.60%
G=13.44%
B=53.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148612450.400.7500.04268.3790.260
Hex943DF5284B0410c5a3c
Octal22475365501130441413274
Binary1001010011110111110101101000100101101001000011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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