#940CBF

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

Shades of Dark Violet #940CBF

Tints of Dark Violet #940CBF

Color information

#940CBF (or 0x940CBF) is unknown color: approx Dark Violet. HEX triplet: 94, 0C and BF. RGB value is (148,12,191). Sum of RGB (Red+Green+Blue) = 148+12+191=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #940CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CBF is #6BF340. Grayscale: #484848. Windows color (decimal): -7074625 or 12520596. OLE color: 12520596.

HSL color Cylindrical-coordinate representation of color #940CBF: hue angle of 285.59º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CBF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14812191-
CMYK0.230.9400.25
HSL285.59º88.18%39.8%-
HSV(B)285.59º93.72%74.9%-
XYZ21.7510.3250.14-
YUV73.07194.56181.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 12 (5.08% from 255) = 3.42%
BLUE value IS 191 (75% from 255) = 54.42%
R=42.17%
G=3.42%
B=54.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148121910.230.9400.25285.5988.1839.8
Hex94CBF175E01911e5828
Octal224142772713603143613050
Binary100101001100101111111011110111100110011000111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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