#943FBF

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

Shades of Dark Orchid #943FBF

Tints of Dark Orchid #943FBF

Color information

#943FBF (or 0x943FBF) is unknown color: approx Dark Orchid. HEX triplet: 94, 3F and BF. RGB value is (148,63,191). Sum of RGB (Red+Green+Blue) = 148+63+191=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #943FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FBF is #6BC040. Grayscale: #666666. Windows color (decimal): -7061569 or 12533652. OLE color: 12533652.

HSL color Cylindrical-coordinate representation of color #943FBF: hue angle of 279.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943FBF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14863191-
CMYK0.230.6700.25
HSL279.84º50.39%49.8%-
HSV(B)279.84º67.02%74.9%-
XYZ23.3913.6150.68-
YUV103.01177.66160.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 63 (25% from 255) = 15.67%
BLUE value IS 191 (75% from 255) = 47.51%
R=36.82%
G=15.67%
B=47.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148631910.230.6700.25279.8450.3949.8
Hex943FBF17430191183232
Octal22477277271030314306262
Binary1001010011111110111111101111000011011001100011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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