#973AD1

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

Shades of Dark Orchid #973AD1

Tints of Dark Orchid #973AD1

Color information

#973AD1 (or 0x973AD1) is unknown color: approx Dark Orchid. HEX triplet: 97, 3A and D1. RGB value is (151,58,209). Sum of RGB (Red+Green+Blue) = 151+58+209=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #973AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973AD1 is #68C52E. Grayscale: #666666. Windows color (decimal): -6866223 or 13712023. OLE color: 13712023.

HSL color Cylindrical-coordinate representation of color #973AD1: hue angle of 276.95º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973AD1 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15158209-
CMYK0.280.7200.18
HSL276.95º62.14%52.35%-
HSV(B)276.95º72.25%81.96%-
XYZ25.7814.2161.71-
YUV103.02187.81162.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 58 (23.05% from 255) = 13.88%
BLUE value IS 209 (82.03% from 255) = 50%
R=36.12%
G=13.88%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151582090.280.7200.18276.9562.1452.35
Hex973AD11C480121153e34
Octal22772321341100224257664
Binary1001011111101011010001111001001000010010100010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973AD1; }

 p { color: rgb(151,58,209); }

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

<style>
 a { background-color: #973AD1; }

 a { background-color: rgb(151,58,209); }

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

<style>
 span { border-color: #973AD1; }

 span { border-color: rgb(151,58,209); }

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