#9525AE

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

Shades of Dark Orchid #9525AE

Tints of Dark Orchid #9525AE

Color information

#9525AE (or 0x9525AE) is unknown color: approx Dark Orchid. HEX triplet: 95, 25 and AE. RGB value is (149,37,174). Sum of RGB (Red+Green+Blue) = 149+37+174=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #9525AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9525AE is #6ADA51. Grayscale: #555555. Windows color (decimal): -7002706 or 11412885. OLE color: 11412885.

HSL color Cylindrical-coordinate representation of color #9525AE: hue angle of 289.05º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9525AE is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14937174-
CMYK0.140.7900.32
HSL289.05º64.93%41.37%-
HSV(B)289.05º78.74%68.24%-
XYZ20.710.7741.03-
YUV86.11177.61172.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 37 (14.84% from 255) = 10.28%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=41.39%
G=10.28%
B=48.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149371740.140.7900.32289.0564.9341.37
Hex9525AEE4F0201214129
Octal225452561611704044110151
Binary10010101100101101011101110100111101000001001000011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9525AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,37,174); }

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

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

 a { background-color: rgb(149,37,174); }

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

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

 span { border-color: rgb(149,37,174); }

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