#941EC1

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

Shades of Dark Orchid #941EC1

Tints of Dark Orchid #941EC1

Color information

#941EC1 (or 0x941EC1) is unknown color: approx Dark Orchid. HEX triplet: 94, 1E and C1. RGB value is (148,30,193). Sum of RGB (Red+Green+Blue) = 148+30+193=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #941EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941EC1 is #6BE13E. Grayscale: #535353. Windows color (decimal): -7070015 or 12656276. OLE color: 12656276.

HSL color Cylindrical-coordinate representation of color #941EC1: hue angle of 283.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941EC1 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14830193-
CMYK0.230.8400.24
HSL283.44º73.09%43.73%-
HSV(B)283.44º84.46%75.69%-
XYZ22.311.0751.41-
YUV83.86189.59173.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 193 (75.78% from 255) = 52.02%
R=39.89%
G=8.09%
B=52.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148301930.230.8400.24283.4473.0943.73
Hex941EC1175401811b492c
Octal224363012712403043311154
Binary1001010011110110000011011110101000110001000110111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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