#973AB2

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

Shades of Dark Orchid #973AB2

Tints of Dark Orchid #973AB2

Color information

#973AB2 (or 0x973AB2) is unknown color: approx Dark Orchid. HEX triplet: 97, 3A and B2. RGB value is (151,58,178). Sum of RGB (Red+Green+Blue) = 151+58+178=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #973AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973AB2 is #68C54D. Grayscale: #636363. Windows color (decimal): -6866254 or 11680407. OLE color: 11680407.

HSL color Cylindrical-coordinate representation of color #973AB2: hue angle of 286.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973AB2 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15158178-
CMYK0.150.6700.30
HSL286.5º50.85%46.27%-
HSV(B)286.5º67.42%69.8%-
XYZ22.3112.8243.42-
YUV99.49172.31164.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.02%
GREEN value IS 58 (23.05% from 255) = 14.99%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=39.02%
G=14.99%
B=45.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151581780.150.6700.30286.550.8546.27
Hex973AB2F4301E11e332e
Octal22772262171030364366356
Binary100101111110101011001011111000011011110100011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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