#943FC4

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

Shades of Dark Orchid #943FC4

Tints of Dark Orchid #943FC4

Color information

#943FC4 (or 0x943FC4) is unknown color: approx Dark Orchid. HEX triplet: 94, 3F and C4. RGB value is (148,63,196). Sum of RGB (Red+Green+Blue) = 148+63+196=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 196 - color contains mainly: blue. Hex color #943FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FC4 is #6BC03B. Grayscale: #676767. Windows color (decimal): -7061564 or 12861332. OLE color: 12861332.

HSL color Cylindrical-coordinate representation of color #943FC4: hue angle of 278.35º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943FC4 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14863196-
CMYK0.240.6800.23
HSL278.35º52.99%50.78%-
HSV(B)278.35º67.86%76.86%-
XYZ23.9513.8453.63-
YUV103.58180.16159.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 196 (76.95% from 255) = 48.16%
R=36.36%
G=15.48%
B=48.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal148631960.240.6800.23278.3552.9950.78
Hex943FC418440171163533
Octal22477304301040274266563
Binary1001010011111111000100110001000100010111100010110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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