#972DD1

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

Shades of Dark Orchid #972DD1

Tints of Dark Orchid #972DD1

Color information

#972DD1 (or 0x972DD1) is unknown color: approx Dark Orchid. HEX triplet: 97, 2D and D1. RGB value is (151,45,209). Sum of RGB (Red+Green+Blue) = 151+45+209=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #972DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DD1 is #68D22E. Grayscale: #5E5E5E. Windows color (decimal): -6869551 or 13708695. OLE color: 13708695.

HSL color Cylindrical-coordinate representation of color #972DD1: hue angle of 278.78º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972DD1 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15145209-
CMYK0.280.7800.18
HSL278.78º64.57%49.8%-
HSV(B)278.78º78.47%81.96%-
XYZ25.2113.0661.51-
YUV95.39192.12167.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.28%
GREEN value IS 45 (17.97% from 255) = 11.11%
BLUE value IS 209 (82.03% from 255) = 51.60%
R=37.28%
G=11.11%
B=51.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151452090.280.7800.18278.7864.5749.8
Hex972DD11C4E0121174132
Octal227553213411602242710162
Binary10010111101101110100011110010011100100101000101111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972DD1; }

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

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

<style>
 a { background-color: #972DD1; }

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

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

<style>
 span { border-color: #972DD1; }

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

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