#940CFA

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

Shades of Blue Violet #940CFA

Tints of Blue Violet #940CFA

Color information

#940CFA (or 0x940CFA) is unknown color: approx Blue Violet. HEX triplet: 94, 0C and FA. RGB value is (148,12,250). Sum of RGB (Red+Green+Blue) = 148+12+250=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #940CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940CFA is #6BF305. Grayscale: #4E4E4E. Windows color (decimal): -7074566 or 16387220. OLE color: 16387220.

HSL color Cylindrical-coordinate representation of color #940CFA: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CFA is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14812250-
CMYK0.410.9500.02
HSL274.29º95.97%51.37%-
HSV(B)274.29º95.2%98.04%-
XYZ29.613.4691.48-
YUV79.8224.06176.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 12 (5.08% from 255) = 2.93%
BLUE value IS 250 (98.05% from 255) = 60.98%
R=36.10%
G=2.93%
B=60.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal148122500.410.9500.02274.2995.9751.37
Hex94CFA295F021126033
Octal22414372511370242214063
Binary1001010011001111101010100110111110101000100101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940CFA; }

 p { color: rgb(148,12,250); }

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

<style>
 a { background-color: #940CFA; }

 a { background-color: rgb(148,12,250); }

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

<style>
 span { border-color: #940CFA; }

 span { border-color: rgb(148,12,250); }

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