#943FE4

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

Shades of Blue Violet #943FE4

Tints of Blue Violet #943FE4

Color information

#943FE4 (or 0x943FE4) is unknown color: approx Blue Violet. HEX triplet: 94, 3F and E4. RGB value is (148,63,228). Sum of RGB (Red+Green+Blue) = 148+63+228=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #943FE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FE4 is #6BC01B. Grayscale: #6A6A6A. Windows color (decimal): -7061532 or 14958484. OLE color: 14958484.

HSL color Cylindrical-coordinate representation of color #943FE4: hue angle of 270.91º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943FE4 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14863228-
CMYK0.350.7200.11
HSL270.91º75.34%57.06%-
HSV(B)270.91º72.37%89.41%-
XYZ27.9915.4574.91-
YUV107.22196.16157.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 63 (25% from 255) = 14.35%
BLUE value IS 228 (89.45% from 255) = 51.94%
R=33.71%
G=14.35%
B=51.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148632280.350.7200.11270.9175.3457.06
Hex943FE423480B10f4b39
Octal224773444311001341711371
Binary10010100111111111001001000111001000010111000011111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,63,228); }

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

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

 a { background-color: rgb(148,63,228); }

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

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

 span { border-color: rgb(148,63,228); }

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