#974ADD

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

Shades of Dark Orchid #974ADD

Tints of Dark Orchid #974ADD

Color information

#974ADD (or 0x974ADD) is unknown color: approx Dark Orchid. HEX triplet: 97, 4A and DD. RGB value is (151,74,221). Sum of RGB (Red+Green+Blue) = 151+74+221=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #974ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ADD is #68B522. Grayscale: #717171. Windows color (decimal): -6862115 or 14502551. OLE color: 14502551.

HSL color Cylindrical-coordinate representation of color #974ADD: hue angle of 271.43º 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 #974ADD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15174221-
CMYK0.320.6700.13
HSL271.43º68.37%57.84%-
HSV(B)271.43º66.52%86.67%-
XYZ28.2616.770.14-
YUV113.78188.51154.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 74 (29.30% from 255) = 16.59%
BLUE value IS 221 (86.72% from 255) = 49.55%
R=33.86%
G=16.59%
B=49.55%

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
Decimal151742210.320.6700.13271.4368.3757.84
Hex974ADD20430D10f443a
Octal2271123354010301541710472
Binary100101111001010110111011000001000011011011000011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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