#940CEE

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

Shades of Dark Violet #940CEE

Tints of Dark Violet #940CEE

Color information

#940CEE (or 0x940CEE) is unknown color: approx Dark Violet. HEX triplet: 94, 0C and EE. RGB value is (148,12,238). Sum of RGB (Red+Green+Blue) = 148+12+238=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #940CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940CEE is #6BF311. Grayscale: #4D4D4D. Windows color (decimal): -7074578 or 15600788. OLE color: 15600788.

HSL color Cylindrical-coordinate representation of color #940CEE: hue angle of 276.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CEE is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14812238-
CMYK0.380.9500.07
HSL276.11º90.4%49.02%-
HSV(B)276.11º94.96%93.33%-
XYZ27.7812.7381.88-
YUV78.43218.06177.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 12 (5.08% from 255) = 3.02%
BLUE value IS 238 (93.36% from 255) = 59.80%
R=37.19%
G=3.02%
B=59.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148122380.380.9500.07276.1190.449.02
Hex94CEE265F071145a31
Octal22414356461370742413261
Binary10010100110011101110100110101111101111000101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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