#963AB0

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

Shades of Dark Orchid #963AB0

Tints of Dark Orchid #963AB0

Color information

#963AB0 (or 0x963AB0) is unknown color: approx Dark Orchid. HEX triplet: 96, 3A and B0. RGB value is (150,58,176). Sum of RGB (Red+Green+Blue) = 150+58+176=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #963AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AB0 is #69C54F. Grayscale: #626262. Windows color (decimal): -6931792 or 11549334. OLE color: 11549334.

HSL color Cylindrical-coordinate representation of color #963AB0: hue angle of 286.78º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963AB0 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15058176-
CMYK0.150.6700.31
HSL286.78º50.43%45.88%-
HSV(B)286.78º67.05%69.02%-
XYZ21.9312.6442.36-
YUV98.96171.48164.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 176 (69.14% from 255) = 45.83%
R=39.06%
G=15.10%
B=45.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150581760.150.6700.31286.7850.4345.88
Hex963AB0F4301F11f322e
Octal22672260171030374376256
Binary100101101110101011000011111000011011111100011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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