#940FBA

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

Shades of Dark Violet #940FBA

Tints of Dark Violet #940FBA

Color information

#940FBA (or 0x940FBA) is unknown color: approx Dark Violet. HEX triplet: 94, 0F and BA. RGB value is (148,15,186). Sum of RGB (Red+Green+Blue) = 148+15+186=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #940FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FBA is #6BF045. Grayscale: #494949. Windows color (decimal): -7073862 or 12193684. OLE color: 12193684.

HSL color Cylindrical-coordinate representation of color #940FBA: hue angle of 286.67º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940FBA is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14815186-
CMYK0.200.9200.27
HSL286.67º85.07%39.41%-
HSV(B)286.67º91.94%72.94%-
XYZ21.2510.1847.3-
YUV74.26191.06180.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 15 (6.25% from 255) = 4.30%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=42.41%
G=4.30%
B=53.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148151860.200.9200.27286.6785.0739.41
Hex94FBA145C01B11f5527
Octal224172722413403343712547
Binary100101001111101110101010010111000110111000111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,15,186); }

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

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

 a { background-color: rgb(148,15,186); }

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

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

 span { border-color: rgb(148,15,186); }

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