#9A1BAE

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

Shades of Dark Orchid #9A1BAE

Tints of Dark Orchid #9A1BAE

Color information

#9A1BAE (or 0x9A1BAE) is unknown color: approx Dark Orchid. HEX triplet: 9A, 1B and AE. RGB value is (154,27,174). Sum of RGB (Red+Green+Blue) = 154+27+174=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A1BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1BAE is #65E451. Grayscale: #515151. Windows color (decimal): -6677586 or 11410330. OLE color: 11410330.

HSL color Cylindrical-coordinate representation of color #9A1BAE: hue angle of 291.84º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1BAE is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15427174-
CMYK0.110.8400.32
HSL291.84º73.13%39.41%-
HSV(B)291.84º84.48%68.24%-
XYZ21.3610.7140.99-
YUV81.73180.08179.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.38%
GREEN value IS 27 (10.94% from 255) = 7.61%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=43.38%
G=7.61%
B=49.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154271740.110.8400.32291.8473.1339.41
Hex9A1BAEB540201244927
Octal232332561312404044411147
Binary1001101011011101011101011101010001000001001001001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,27,174); }

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

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

 a { background-color: rgb(154,27,174); }

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

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

 span { border-color: rgb(154,27,174); }

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