#964ADD

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

Shades of Dark Orchid #964ADD

Tints of Dark Orchid #964ADD

Color information

#964ADD (or 0x964ADD) is unknown color: approx Dark Orchid. HEX triplet: 96, 4A and DD. RGB value is (150,74,221). Sum of RGB (Red+Green+Blue) = 150+74+221=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #964ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ADD is #69B522. Grayscale: #707070. Windows color (decimal): -6927651 or 14502550. OLE color: 14502550.

HSL color Cylindrical-coordinate representation of color #964ADD: hue angle of 271.02º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964ADD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15074221-
CMYK0.320.6700.13
HSL271.02º68.37%57.84%-
HSV(B)271.02º66.52%86.67%-
XYZ28.0816.670.13-
YUV113.48188.68154.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 74 (29.30% from 255) = 16.63%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=33.71%
G=16.63%
B=49.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150742210.320.6700.13271.0268.3757.84
Hex964ADD20430D10f443a
Octal2261123354010301541710472
Binary100101101001010110111011000001000011011011000011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964ADD; }

 p { color: rgb(150,74,221); }

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

<style>
 a { background-color: #964ADD; }

 a { background-color: rgb(150,74,221); }

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

<style>
 span { border-color: #964ADD; }

 span { border-color: rgb(150,74,221); }

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