#9A22BB

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

Shades of Dark Orchid #9A22BB

Tints of Dark Orchid #9A22BB

Color information

#9A22BB (or 0x9A22BB) is unknown color: approx Dark Orchid. HEX triplet: 9A, 22 and BB. RGB value is (154,34,187). Sum of RGB (Red+Green+Blue) = 154+34+187=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A22BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A22BB is #65DD44. Grayscale: #565656. Windows color (decimal): -6675781 or 12264090. OLE color: 12264090.

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

Color convert

RGB15434187-
CMYK0.180.8200.27
HSL287.06º69.23%43.33%-
HSV(B)287.06º81.82%73.33%-
XYZ22.8711.648.05-
YUV87.32184.26175.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 34 (13.67% from 255) = 9.07%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=41.07%
G=9.07%
B=49.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154341870.180.8200.27287.0669.2343.33
Hex9A22BB125201B11f452b
Octal232422732212203343710553
Binary10011010100010101110111001010100100110111000111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A22BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A22BB; }

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

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

<style>
 a { background-color: #9A22BB; }

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

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

<style>
 span { border-color: #9A22BB; }

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

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