#943fd4

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

Shades of Dark Orchid #943FD4

Tints of Dark Orchid #943FD4

Color information

#943FD4 (or 0x943FD4) is unknown color: approx Dark Orchid. HEX triplet: 94, 3F and D4. RGB value is (148,63,212). Sum of RGB (Red+Green+Blue) = 148+63+212=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #943FD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FD4 is #6BC02B. Grayscale: #686868. Windows color (decimal): -7061548 or 13909908. OLE color: 13909908.

HSL color Cylindrical-coordinate representation of color #943FD4: hue angle of 274.23º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943FD4 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14863212-
CMYK0.300.7000.17
HSL274.23º63.4%53.92%-
HSV(B)274.23º70.28%83.14%-
XYZ25.8714.663.74-
YUV105.4188.16158.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 63 (25% from 255) = 14.89%
BLUE value IS 212 (83.20% from 255) = 50.12%
R=34.99%
G=14.89%
B=50.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148632120.300.7000.17274.2363.453.92
Hex943FD41E460111123f36
Octal22477324361060214227766
Binary1001010011111111010100111101000110010001100010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943fd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,63,212); }

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

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

 a { background-color: rgb(148,63,212); }

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

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

 span { border-color: rgb(148,63,212); }

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