#9A26AB

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

Shades of Dark Orchid #9A26AB

Tints of Dark Orchid #9A26AB

Color information

#9A26AB (or 0x9A26AB) is unknown color: approx Dark Orchid. HEX triplet: 9A, 26 and AB. RGB value is (154,38,171). Sum of RGB (Red+Green+Blue) = 154+38+171=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A26AB is #65D954. Grayscale: #575757. Windows color (decimal): -6674773 or 11216538. OLE color: 11216538.

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

Color convert

RGB15438171-
CMYK0.100.7800.33
HSL292.33º63.64%40.98%-
HSV(B)292.33º77.78%67.06%-
XYZ21.3711.239.56-
YUV87.85174.93175.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 38 (15.23% from 255) = 10.47%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=42.42%
G=10.47%
B=47.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154381710.100.7800.33292.3363.6440.98
Hex9A26ABA4E0211244029
Octal232462531211604144410051
Binary10011010100110101010111010100111001000011001001001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A26AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,38,171); }

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

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

 a { background-color: rgb(154,38,171); }

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

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

 span { border-color: rgb(154,38,171); }

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