#9922B7

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

Shades of Dark Orchid #9922B7

Tints of Dark Orchid #9922B7

Color information

#9922B7 (or 0x9922B7) is unknown color: approx Dark Orchid. HEX triplet: 99, 22 and B7. RGB value is (153,34,183). Sum of RGB (Red+Green+Blue) = 153+34+183=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #9922B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9922B7 is #66DD48. Grayscale: #565656. Windows color (decimal): -6741321 or 12001945. OLE color: 12001945.

HSL color Cylindrical-coordinate representation of color #9922B7: hue angle of 287.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9922B7 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15334183-
CMYK0.160.8100.28
HSL287.92º68.66%42.55%-
HSV(B)287.92º81.42%71.76%-
XYZ22.2611.3445.81-
YUV86.57182.42175.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 34 (13.67% from 255) = 9.19%
BLUE value IS 183 (71.88% from 255) = 49.46%
R=41.35%
G=9.19%
B=49.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153341830.160.8100.28287.9268.6642.55
Hex9922B7105101C120452b
Octal231422672012103444010553
Binary10011001100010101101111000010100010111001001000001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9922B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9922B7; }

 p { color: rgb(153,34,183); }

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

<style>
 a { background-color: #9922B7; }

 a { background-color: rgb(153,34,183); }

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

<style>
 span { border-color: #9922B7; }

 span { border-color: rgb(153,34,183); }

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