#9A27AA

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

Shades of Dark Orchid #9A27AA

Tints of Dark Orchid #9A27AA

Color information

#9A27AA (or 0x9A27AA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 27 and AA. RGB value is (154,39,170). Sum of RGB (Red+Green+Blue) = 154+39+170=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A27AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A27AA is #65D855. Grayscale: #575757. Windows color (decimal): -6674518 or 11151258. OLE color: 11151258.

HSL color Cylindrical-coordinate representation of color #9A27AA: hue angle of 292.67º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A27AA is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15439170-
CMYK0.090.7700.33
HSL292.67º62.68%40.98%-
HSV(B)292.67º77.06%66.67%-
XYZ21.3111.2239.07-
YUV88.32174.1174.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 39 (15.62% from 255) = 10.74%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=42.42%
G=10.74%
B=46.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154391700.090.7700.33292.6762.6840.98
Hex9A27AA94D0211253f29
Octal23247252111150414457751
Binary1001101010011110101010100110011010100001100100101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A27AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,39,170); }

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

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

 a { background-color: rgb(154,39,170); }

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

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

 span { border-color: rgb(154,39,170); }

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