#9722B0

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

Shades of Dark Orchid #9722B0

Tints of Dark Orchid #9722B0

Color information

#9722B0 (or 0x9722B0) is unknown color: approx Dark Orchid. HEX triplet: 97, 22 and B0. RGB value is (151,34,176). Sum of RGB (Red+Green+Blue) = 151+34+176=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #9722B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9722B0 is #68DD4F. Grayscale: #545454. Windows color (decimal): -6872400 or 11543191. OLE color: 11543191.

HSL color Cylindrical-coordinate representation of color #9722B0: hue angle of 289.44º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9722B0 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15134176-
CMYK0.140.8100.31
HSL289.44º67.62%41.18%-
HSV(B)289.44º80.68%69.02%-
XYZ21.1710.8642.05-
YUV85.17179.26174.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 34 (13.67% from 255) = 9.42%
BLUE value IS 176 (69.14% from 255) = 48.75%
R=41.83%
G=9.42%
B=48.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151341760.140.8100.31289.4467.6241.18
Hex9722B0E5101F1214429
Octal227422601612103744110451
Binary1001011110001010110000111010100010111111001000011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9722B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9722B0; }

 p { color: rgb(151,34,176); }

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

<style>
 a { background-color: #9722B0; }

 a { background-color: rgb(151,34,176); }

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

<style>
 span { border-color: #9722B0; }

 span { border-color: rgb(151,34,176); }

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