#941FAC

Color #941FAC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #941FAC

Tints of Dark Orchid #941FAC

Color information

#941FAC (or 0x941FAC) is unknown color: approx Dark Orchid. HEX triplet: 94, 1F and AC. RGB value is (148,31,172). Sum of RGB (Red+Green+Blue) = 148+31+172=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #941FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941FAC is #6BE053. Grayscale: #515151. Windows color (decimal): -7069780 or 11280276. OLE color: 11280276.

HSL color Cylindrical-coordinate representation of color #941FAC: hue angle of 289.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941FAC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14831172-
CMYK0.140.8200.33
HSL289.79º69.46%39.8%-
HSV(B)289.79º81.98%67.45%-
XYZ20.1510.2539.95-
YUV82.06178.76175.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 31 (12.5% from 255) = 8.83%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=42.17%
G=8.83%
B=49.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148311720.140.8200.33289.7969.4639.8
Hex941FACE520211224528
Octal224372541612204144210550
Binary1001010011111101011001110101001001000011001000101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941FAC; }

 p { color: rgb(148,31,172); }

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

<style>
 a { background-color: #941FAC; }

 a { background-color: rgb(148,31,172); }

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

<style>
 span { border-color: #941FAC; }

 span { border-color: rgb(148,31,172); }

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