#940CBE

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

Shades of Dark Violet #940CBE

Tints of Dark Violet #940CBE

Color information

#940CBE (or 0x940CBE) is unknown color: approx Dark Violet. HEX triplet: 94, 0C and BE. RGB value is (148,12,190). Sum of RGB (Red+Green+Blue) = 148+12+190=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #940CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CBE is #6BF341. Grayscale: #484848. Windows color (decimal): -7074626 or 12455060. OLE color: 12455060.

HSL color Cylindrical-coordinate representation of color #940CBE: hue angle of 285.84º 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 #940CBE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14812190-
CMYK0.220.9400.25
HSL285.84º88.12%39.61%-
HSV(B)285.84º93.68%74.51%-
XYZ21.6410.2849.56-
YUV72.96194.06181.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 12 (5.08% from 255) = 3.43%
BLUE value IS 190 (74.61% from 255) = 54.29%
R=42.29%
G=3.43%
B=54.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148121900.220.9400.25285.8488.1239.61
Hex94CBE165E01911e5828
Octal224142762613603143613050
Binary100101001100101111101011010111100110011000111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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