#941DAD

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

Shades of Dark Orchid #941DAD

Tints of Dark Orchid #941DAD

Color information

#941DAD (or 0x941DAD) is unknown color: approx Dark Orchid. HEX triplet: 94, 1D and AD. RGB value is (148,29,173). Sum of RGB (Red+Green+Blue) = 148+29+173=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #941DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941DAD is #6BE252. Grayscale: #505050. Windows color (decimal): -7070291 or 11345300. OLE color: 11345300.

HSL color Cylindrical-coordinate representation of color #941DAD: hue angle of 289.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #941DAD is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14829173-
CMYK0.140.8300.32
HSL289.58º71.29%39.61%-
HSV(B)289.58º83.24%67.84%-
XYZ20.1910.1940.44-
YUV81179.92175.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 29 (11.72% from 255) = 8.29%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=42.29%
G=8.29%
B=49.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148291730.140.8300.32289.5871.2939.61
Hex941DADE530201224728
Octal224352551612304044210750
Binary1001010011101101011011110101001101000001001000101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,29,173); }

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

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

 a { background-color: rgb(148,29,173); }

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

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

 span { border-color: rgb(148,29,173); }

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