#963AC4

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

Shades of Dark Orchid #963AC4

Tints of Dark Orchid #963AC4

Color information

#963AC4 (or 0x963AC4) is unknown color: approx Dark Orchid. HEX triplet: 96, 3A and C4. RGB value is (150,58,196). Sum of RGB (Red+Green+Blue) = 150+58+196=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #963AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963AC4 is #69C53B. Grayscale: #646464. Windows color (decimal): -6931772 or 12860054. OLE color: 12860054.

HSL color Cylindrical-coordinate representation of color #963AC4: hue angle of 280º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963AC4 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15058196-
CMYK0.230.7000.23
HSL280º54.33%49.8%-
HSV(B)280º70.41%76.86%-
XYZ24.0513.553.56-
YUV101.24181.48162.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 196 (76.95% from 255) = 48.51%
R=37.13%
G=14.36%
B=48.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150581960.230.7000.2328054.3349.8
Hex963AC417460171183632
Octal22672304271060274306662
Binary1001011011101011000100101111000110010111100011000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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