#963ad3

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

Shades of Dark Orchid #963AD3

Tints of Dark Orchid #963AD3

Color information

#963AD3 (or 0x963AD3) is unknown color: approx Dark Orchid. HEX triplet: 96, 3A and D3. RGB value is (150,58,211). Sum of RGB (Red+Green+Blue) = 150+58+211=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #963AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963AD3 is #69C52C. Grayscale: #666666. Windows color (decimal): -6931757 or 13843094. OLE color: 13843094.

HSL color Cylindrical-coordinate representation of color #963AD3: hue angle of 276.08º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963AD3 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15058211-
CMYK0.290.7300.17
HSL276.08º63.49%52.75%-
HSV(B)276.08º72.51%82.75%-
XYZ25.8514.2163.01-
YUV102.95188.98161.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 58 (23.05% from 255) = 13.84%
BLUE value IS 211 (82.81% from 255) = 50.36%
R=35.80%
G=13.84%
B=50.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150582110.290.7300.17276.0863.4952.75
Hex963AD31D490111143f35
Octal22672323351110214247765
Binary1001011011101011010011111011001001010001100010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963ad3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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