#963CBA

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

Shades of Dark Orchid #963CBA

Tints of Dark Orchid #963CBA

Color information

#963CBA (or 0x963CBA) is unknown color: approx Dark Orchid. HEX triplet: 96, 3C and BA. RGB value is (150,60,186). Sum of RGB (Red+Green+Blue) = 150+60+186=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #963CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CBA is #69C345. Grayscale: #646464. Windows color (decimal): -6931270 or 12205206. OLE color: 12205206.

HSL color Cylindrical-coordinate representation of color #963CBA: hue angle of 282.86º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963CBA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15060186-
CMYK0.190.6800.27
HSL282.86º51.22%48.24%-
HSV(B)282.86º67.74%72.94%-
XYZ23.0613.2647.8-
YUV101.27175.82162.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 60 (23.83% from 255) = 15.15%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=37.88%
G=15.15%
B=46.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150601860.190.6800.27282.8651.2248.24
Hex963CBA134401B11b3330
Octal22674272231040334336360
Binary1001011011110010111010100111000100011011100011011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,60,186); }

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

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

 a { background-color: rgb(150,60,186); }

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

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

 span { border-color: rgb(150,60,186); }

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