#963FBF

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

Shades of Dark Orchid #963FBF

Tints of Dark Orchid #963FBF

Color information

#963FBF (or 0x963FBF) is unknown color: approx Dark Orchid. HEX triplet: 96, 3F and BF. RGB value is (150,63,191). Sum of RGB (Red+Green+Blue) = 150+63+191=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #963FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FBF is #69C040. Grayscale: #676767. Windows color (decimal): -6930497 or 12533654. OLE color: 12533654.

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

Color convert

RGB15063191-
CMYK0.210.6700.25
HSL280.78º50.39%49.8%-
HSV(B)280.78º67.02%74.9%-
XYZ23.7613.850.7-
YUV103.6177.32161.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 63 (25% from 255) = 15.59%
BLUE value IS 191 (75% from 255) = 47.28%
R=37.13%
G=15.59%
B=47.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150631910.210.6700.25280.7850.3949.8
Hex963FBF15430191193232
Octal22677277251030314316262
Binary1001011011111110111111101011000011011001100011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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