#9525AD

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

Shades of Dark Orchid #9525AD

Tints of Dark Orchid #9525AD

Color information

#9525AD (or 0x9525AD) is unknown color: approx Dark Orchid. HEX triplet: 95, 25 and AD. RGB value is (149,37,173). Sum of RGB (Red+Green+Blue) = 149+37+173=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #9525AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9525AD is #6ADA52. Grayscale: #555555. Windows color (decimal): -7002707 or 11347349. OLE color: 11347349.

HSL color Cylindrical-coordinate representation of color #9525AD: hue angle of 289.41º 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 #9525AD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14937173-
CMYK0.140.7900.32
HSL289.41º64.76%41.18%-
HSV(B)289.41º78.61%67.84%-
XYZ20.610.7340.52-
YUV85.99177.11172.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=41.50%
G=10.31%
B=48.19%

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
Decimal149371730.140.7900.32289.4164.7641.18
Hex9525ADE4F0201214129
Octal225452551611704044110151
Binary10010101100101101011011110100111101000001001000011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9525AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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