#9136AE

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

Shades of Dark Orchid #9136AE

Tints of Dark Orchid #9136AE

Color information

#9136AE (or 0x9136AE) is unknown color: approx Dark Orchid. HEX triplet: 91, 36 and AE. RGB value is (145,54,174). Sum of RGB (Red+Green+Blue) = 145+54+174=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9136AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9136AE is #6EC951. Grayscale: #5E5E5E. Windows color (decimal): -7260498 or 11417233. OLE color: 11417233.

HSL color Cylindrical-coordinate representation of color #9136AE: hue angle of 285.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9136AE is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14554174-
CMYK0.170.6900.32
HSL285.5º52.63%44.71%-
HSV(B)285.5º68.97%68.24%-
XYZ20.6411.7141.22-
YUV94.89172.65163.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 54 (21.48% from 255) = 14.48%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=38.87%
G=14.48%
B=46.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145541740.170.6900.32285.552.6344.71
Hex9136AE114502011e352d
Octal22166256211050404366555
Binary10010001110110101011101000110001010100000100011110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9136AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9136AE; }

 p { color: rgb(145,54,174); }

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

<style>
 a { background-color: #9136AE; }

 a { background-color: rgb(145,54,174); }

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

<style>
 span { border-color: #9136AE; }

 span { border-color: rgb(145,54,174); }

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