#943ED1

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

Shades of Dark Orchid #943ED1

Tints of Dark Orchid #943ED1

Color information

#943ED1 (or 0x943ED1) is unknown color: approx Dark Orchid. HEX triplet: 94, 3E and D1. RGB value is (148,62,209). Sum of RGB (Red+Green+Blue) = 148+62+209=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #943ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ED1 is #6BC12E. Grayscale: #676767. Windows color (decimal): -7061807 or 13713044. OLE color: 13713044.

HSL color Cylindrical-coordinate representation of color #943ED1: hue angle of 275.1º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943ED1 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14862209-
CMYK0.290.7000.18
HSL275.1º61.51%53.14%-
HSV(B)275.1º70.33%81.96%-
XYZ25.4414.3461.75-
YUV104.47186.99159.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 62 (24.61% from 255) = 14.80%
BLUE value IS 209 (82.03% from 255) = 49.88%
R=35.32%
G=14.80%
B=49.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148622090.290.7000.18275.161.5153.14
Hex943ED11D460121133e35
Octal22476321351060224237665
Binary1001010011111011010001111011000110010010100010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943ED1; }

 p { color: rgb(148,62,209); }

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

<style>
 a { background-color: #943ED1; }

 a { background-color: rgb(148,62,209); }

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

<style>
 span { border-color: #943ED1; }

 span { border-color: rgb(148,62,209); }

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