#940ABF

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

Shades of Dark Violet #940ABF

Tints of Dark Violet #940ABF

Color information

#940ABF (or 0x940ABF) is unknown color: approx Dark Violet. HEX triplet: 94, 0A and BF. RGB value is (148,10,191). Sum of RGB (Red+Green+Blue) = 148+10+191=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #940ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ABF is #6BF540. Grayscale: #474747. Windows color (decimal): -7075137 or 12520084. OLE color: 12520084.

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

Color convert

RGB14810191-
CMYK0.230.9500.25
HSL285.75º90.05%39.41%-
HSV(B)285.75º94.76%74.9%-
XYZ21.7310.2750.13-
YUV71.9195.22182.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 191 (75% from 255) = 54.73%
R=42.41%
G=2.87%
B=54.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148101910.230.9500.25285.7590.0539.41
Hex94ABF175F01911e5a27
Octal224122772713703143613247
Binary100101001010101111111011110111110110011000111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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