#943DCA

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

Shades of Dark Orchid #943DCA

Tints of Dark Orchid #943DCA

Color information

#943DCA (or 0x943DCA) is unknown color: approx Dark Orchid. HEX triplet: 94, 3D and CA. RGB value is (148,61,202). Sum of RGB (Red+Green+Blue) = 148+61+202=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #943DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DCA is #6BC235. Grayscale: #666666. Windows color (decimal): -7062070 or 13254036. OLE color: 13254036.

HSL color Cylindrical-coordinate representation of color #943DCA: hue angle of 277.02º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943DCA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14861202-
CMYK0.270.7000.21
HSL277.02º57.09%51.57%-
HSV(B)277.02º69.8%79.22%-
XYZ24.5413.957.27-
YUV103.09183.82160.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 61 (24.22% from 255) = 14.84%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=36.01%
G=14.84%
B=49.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148612020.270.7000.21277.0257.0951.57
Hex943DCA1B460151153934
Octal22475312331060254257164
Binary1001010011110111001010110111000110010101100010101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,61,202); }

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

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

 a { background-color: rgb(148,61,202); }

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

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

 span { border-color: rgb(148,61,202); }

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