#9720BD

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

Shades of Dark Orchid #9720BD

Tints of Dark Orchid #9720BD

Color information

#9720BD (or 0x9720BD) is unknown color: approx Dark Orchid. HEX triplet: 97, 20 and BD. RGB value is (151,32,189). Sum of RGB (Red+Green+Blue) = 151+32+189=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #9720BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9720BD is #68DF42. Grayscale: #545454. Windows color (decimal): -6872899 or 12394647. OLE color: 12394647.

HSL color Cylindrical-coordinate representation of color #9720BD: hue angle of 285.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9720BD is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15132189-
CMYK0.200.8300.26
HSL285.48º71.04%43.33%-
HSV(B)285.48º83.07%74.12%-
XYZ22.4611.2949.14-
YUV85.48186.42174.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 32 (12.89% from 255) = 8.60%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=40.59%
G=8.60%
B=50.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151321890.200.8300.26285.4871.0443.33
Hex9720BD145301A11d472b
Octal227402752412303243510753
Binary10010111100000101111011010010100110110101000111011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9720BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9720BD; }

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

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

<style>
 a { background-color: #9720BD; }

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

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

<style>
 span { border-color: #9720BD; }

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

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