#943cd9

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

Shades of Dark Orchid #943CD9

Tints of Dark Orchid #943CD9

Color information

#943CD9 (or 0x943CD9) is unknown color: approx Dark Orchid. HEX triplet: 94, 3C and D9. RGB value is (148,60,217). Sum of RGB (Red+Green+Blue) = 148+60+217=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #943CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CD9 is #6BC326. Grayscale: #676767. Windows color (decimal): -7062311 or 14236820. OLE color: 14236820.

HSL color Cylindrical-coordinate representation of color #943CD9: hue angle of 273.63º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943CD9 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14860217-
CMYK0.320.7200.15
HSL273.63º67.38%54.31%-
HSV(B)273.63º72.35%85.1%-
XYZ26.3514.5467.06-
YUV104.21191.65159.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 60 (23.83% from 255) = 14.12%
BLUE value IS 217 (85.16% from 255) = 51.06%
R=34.82%
G=14.12%
B=51.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148602170.320.7200.15273.6367.3854.31
Hex943CD920480F1124336
Octal224743314011001742210366
Binary10010100111100110110011000001001000011111000100101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943cd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,60,217); }

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

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

 a { background-color: rgb(148,60,217); }

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

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

 span { border-color: rgb(148,60,217); }

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