#933fbf

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

Shades of Dark Orchid #933FBF

Tints of Dark Orchid #933FBF

Color information

#933FBF (or 0x933FBF) is unknown color: approx Dark Orchid. HEX triplet: 93, 3F and BF. RGB value is (147,63,191). Sum of RGB (Red+Green+Blue) = 147+63+191=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #933FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FBF is #6CC040. Grayscale: #666666. Windows color (decimal): -7127105 or 12533651. OLE color: 12533651.

HSL color Cylindrical-coordinate representation of color #933FBF: hue angle of 279.38º 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 #933FBF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14763191-
CMYK0.230.6700.25
HSL279.38º50.39%49.8%-
HSV(B)279.38º67.02%74.9%-
XYZ23.2113.5250.68-
YUV102.71177.83159.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 191 (75% from 255) = 47.63%
R=36.66%
G=15.71%
B=47.63%

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
Decimal147631910.230.6700.25279.3850.3949.8
Hex933FBF17430191173232
Octal22377277271030314276262
Binary1001001111111110111111101111000011011001100010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933fbf; }

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

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

<style>
 a { background-color: #933fbf; }

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

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

<style>
 span { border-color: #933fbf; }

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

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