#963AD1

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

Shades of Dark Orchid #963AD1

Tints of Dark Orchid #963AD1

Color information

#963AD1 (or 0x963AD1) is unknown color: approx Dark Orchid. HEX triplet: 96, 3A and D1. RGB value is (150,58,209). Sum of RGB (Red+Green+Blue) = 150+58+209=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #963AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963AD1 is #69C52E. Grayscale: #666666. Windows color (decimal): -6931759 or 13712022. OLE color: 13712022.

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

Color convert

RGB15058209-
CMYK0.280.7200.18
HSL276.56º62.14%52.35%-
HSV(B)276.56º72.25%81.96%-
XYZ25.614.1161.7-
YUV102.72187.98161.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 58 (23.05% from 255) = 13.91%
BLUE value IS 209 (82.03% from 255) = 50.12%
R=35.97%
G=13.91%
B=50.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150582090.280.7200.18276.5662.1452.35
Hex963AD11C480121153e34
Octal22672321341100224257664
Binary1001011011101011010001111001001000010010100010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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