#9122BB

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

Shades of Dark Orchid #9122BB

Tints of Dark Orchid #9122BB

Color information

#9122BB (or 0x9122BB) is unknown color: approx Dark Orchid. HEX triplet: 91, 22 and BB. RGB value is (145,34,187). Sum of RGB (Red+Green+Blue) = 145+34+187=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #9122BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9122BB is #6EDD44. Grayscale: #545454. Windows color (decimal): -7265605 or 12264081. OLE color: 12264081.

HSL color Cylindrical-coordinate representation of color #9122BB: hue angle of 283.53º 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 #9122BB is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14534187-
CMYK0.220.8200.27
HSL283.53º69.23%43.33%-
HSV(B)283.53º81.82%73.33%-
XYZ21.2210.7547.97-
YUV84.63185.77171.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 34 (13.67% from 255) = 9.29%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=39.62%
G=9.29%
B=51.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145341870.220.8200.27283.5369.2343.33
Hex9122BB165201B11c452b
Octal221422732612203343410553
Binary10010001100010101110111011010100100110111000111001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9122BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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