#973DBD

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

Shades of Dark Orchid #973DBD

Tints of Dark Orchid #973DBD

Color information

#973DBD (or 0x973DBD) is unknown color: approx Dark Orchid. HEX triplet: 97, 3D and BD. RGB value is (151,61,189). Sum of RGB (Red+Green+Blue) = 151+61+189=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #973DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DBD is #68C242. Grayscale: #666666. Windows color (decimal): -6865475 or 12402071. OLE color: 12402071.

HSL color Cylindrical-coordinate representation of color #973DBD: hue angle of 282.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973DBD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15161189-
CMYK0.200.6800.26
HSL282.19º51.2%49.02%-
HSV(B)282.19º67.72%74.12%-
XYZ23.6213.5949.52-
YUV102.5176.82162.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=37.66%
G=15.21%
B=47.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151611890.200.6800.26282.1951.249.02
Hex973DBD144401A11a3331
Octal22775275241040324326361
Binary1001011111110110111101101001000100011010100011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,61,189); }

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

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

 a { background-color: rgb(151,61,189); }

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

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

 span { border-color: rgb(151,61,189); }

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