#9822B7

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

Shades of Dark Orchid #9822B7

Tints of Dark Orchid #9822B7

Color information

#9822B7 (or 0x9822B7) is unknown color: approx Dark Orchid. HEX triplet: 98, 22 and B7. RGB value is (152,34,183). Sum of RGB (Red+Green+Blue) = 152+34+183=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #9822B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9822B7 is #67DD48. Grayscale: #555555. Windows color (decimal): -6806857 or 12001944. OLE color: 12001944.

HSL color Cylindrical-coordinate representation of color #9822B7: hue angle of 287.52º 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 #9822B7 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15234183-
CMYK0.170.8100.28
HSL287.52º68.66%42.55%-
HSV(B)287.52º81.42%71.76%-
XYZ22.0711.2445.81-
YUV86.27182.59174.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 183 (71.88% from 255) = 49.59%
R=41.19%
G=9.21%
B=49.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal152341830.170.8100.28287.5268.6642.55
Hex9822B7115101C120452b
Octal230422672112103444010553
Binary10011000100010101101111000110100010111001001000001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9822B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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