#941EAD

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

Shades of Dark Orchid #941EAD

Tints of Dark Orchid #941EAD

Color information

#941EAD (or 0x941EAD) is unknown color: approx Dark Orchid. HEX triplet: 94, 1E and AD. RGB value is (148,30,173). Sum of RGB (Red+Green+Blue) = 148+30+173=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #941EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941EAD is #6BE152. Grayscale: #515151. Windows color (decimal): -7070035 or 11345556. OLE color: 11345556.

HSL color Cylindrical-coordinate representation of color #941EAD: hue angle of 289.51º degrees, saturation: 0.7, 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 #941EAD is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14830173-
CMYK0.140.8300.32
HSL289.51º70.44%39.8%-
HSV(B)289.51º82.66%67.84%-
XYZ20.2210.2440.45-
YUV81.58179.59175.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 30 (12.11% from 255) = 8.55%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=42.17%
G=8.55%
B=49.29%

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
Decimal148301730.140.8300.32289.5170.4439.8
Hex941EADE530201224628
Octal224362551612304044210650
Binary1001010011110101011011110101001101000001001000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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