#9822BB

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

Shades of Dark Orchid #9822BB

Tints of Dark Orchid #9822BB

Color information

#9822BB (or 0x9822BB) is unknown color: approx Dark Orchid. HEX triplet: 98, 22 and BB. RGB value is (152,34,187). Sum of RGB (Red+Green+Blue) = 152+34+187=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #9822BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9822BB is #67DD44. Grayscale: #565656. Windows color (decimal): -6806853 or 12264088. OLE color: 12264088.

HSL color Cylindrical-coordinate representation of color #9822BB: hue angle of 286.27º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9822BB is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15234187-
CMYK0.190.8200.27
HSL286.27º69.23%43.33%-
HSV(B)286.27º81.82%73.33%-
XYZ22.4911.4148.03-
YUV86.72184.59174.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 34 (13.67% from 255) = 9.12%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=40.75%
G=9.12%
B=50.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152341870.190.8200.27286.2769.2343.33
Hex9822BB135201B11e452b
Octal230422732312203343610553
Binary10011000100010101110111001110100100110111000111101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9822BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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