#940CB4

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

Shades of Dark Violet #940CB4

Tints of Dark Violet #940CB4

Color information

#940CB4 (or 0x940CB4) is unknown color: approx Dark Violet. HEX triplet: 94, 0C and B4. RGB value is (148,12,180). Sum of RGB (Red+Green+Blue) = 148+12+180=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #940CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CB4 is #6BF34B. Grayscale: #474747. Windows color (decimal): -7074636 or 11799700. OLE color: 11799700.

HSL color Cylindrical-coordinate representation of color #940CB4: hue angle of 288.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940CB4 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14812180-
CMYK0.180.9300.29
HSL288.57º87.5%37.65%-
HSV(B)288.57º93.33%70.59%-
XYZ20.589.8544-
YUV71.82189.06182.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 12 (5.08% from 255) = 3.53%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=43.53%
G=3.53%
B=52.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148121800.180.9300.29288.5787.537.65
Hex94CB4125D01D1215826
Octal224142642213503544113046
Binary100101001100101101001001010111010111011001000011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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