#963AB7

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

Shades of Dark Orchid #963AB7

Tints of Dark Orchid #963AB7

Color information

#963AB7 (or 0x963AB7) is unknown color: approx Dark Orchid. HEX triplet: 96, 3A and B7. RGB value is (150,58,183). Sum of RGB (Red+Green+Blue) = 150+58+183=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #963AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963AB7 is #69C548. Grayscale: #636363. Windows color (decimal): -6931785 or 12008086. OLE color: 12008086.

HSL color Cylindrical-coordinate representation of color #963AB7: hue angle of 284.16º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963AB7 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15058183-
CMYK0.180.6800.28
HSL284.16º51.87%47.25%-
HSV(B)284.16º68.31%71.76%-
XYZ22.6412.9346.1-
YUV99.76174.98163.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 58 (23.05% from 255) = 14.83%
BLUE value IS 183 (71.88% from 255) = 46.80%
R=38.36%
G=14.83%
B=46.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150581830.180.6800.28284.1651.8747.25
Hex963AB7124401C11c342f
Octal22672267221040344346457
Binary1001011011101010110111100101000100011100100011100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,58,183); }

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

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

 a { background-color: rgb(150,58,183); }

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

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

 span { border-color: rgb(150,58,183); }

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