#963BCC

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

Shades of Dark Orchid #963BCC

Tints of Dark Orchid #963BCC

Color information

#963BCC (or 0x963BCC) is unknown color: approx Dark Orchid. HEX triplet: 96, 3B and CC. RGB value is (150,59,204). Sum of RGB (Red+Green+Blue) = 150+59+204=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #963BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BCC is #69C433. Grayscale: #666666. Windows color (decimal): -6931508 or 13384598. OLE color: 13384598.

HSL color Cylindrical-coordinate representation of color #963BCC: hue angle of 277.66º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963BCC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15059204-
CMYK0.260.7100.2
HSL277.66º58.7%51.57%-
HSV(B)277.66º71.08%80%-
XYZ25.0413.9758.5-
YUV102.74185.15161.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 59 (23.44% from 255) = 14.29%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=36.32%
G=14.29%
B=49.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150592040.260.7100.2277.6658.751.57
Hex963BCC1A470141163b34
Octal22673314321070244267364
Binary1001011011101111001100110101000111010100100010110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,59,204); }

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

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

 a { background-color: rgb(150,59,204); }

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

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

 span { border-color: rgb(150,59,204); }

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