#9135AE

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

Shades of Dark Orchid #9135AE

Tints of Dark Orchid #9135AE

Color information

#9135AE (or 0x9135AE) is unknown color: approx Dark Orchid. HEX triplet: 91, 35 and AE. RGB value is (145,53,174). Sum of RGB (Red+Green+Blue) = 145+53+174=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #9135AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9135AE is #6ECA51. Grayscale: #5D5D5D. Windows color (decimal): -7260754 or 11416977. OLE color: 11416977.

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

Color convert

RGB14553174-
CMYK0.170.7000.32
HSL285.62º53.3%44.51%-
HSV(B)285.62º69.54%68.24%-
XYZ20.5911.6241.2-
YUV94.3172.98164.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=38.98%
G=14.25%
B=46.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145531740.170.7000.32285.6253.344.51
Hex9135AE114602011e352d
Octal22165256211060404366555
Binary10010001110101101011101000110001100100000100011110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9135AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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