#9527D5

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

Shades of Dark Orchid #9527D5

Tints of Dark Orchid #9527D5

Color information

#9527D5 (or 0x9527D5) is unknown color: approx Dark Orchid. HEX triplet: 95, 27 and D5. RGB value is (149,39,213). Sum of RGB (Red+Green+Blue) = 149+39+213=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #9527D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9527D5 is #6AD82A. Grayscale: #5B5B5B. Windows color (decimal): -7002155 or 13969301. OLE color: 13969301.

HSL color Cylindrical-coordinate representation of color #9527D5: hue angle of 277.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9527D5 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14939213-
CMYK0.300.8200.16
HSL277.93º69.05%49.41%-
HSV(B)277.93º81.69%83.53%-
XYZ25.1312.6464.07-
YUV91.73196.44168.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 39 (15.62% from 255) = 9.73%
BLUE value IS 213 (83.59% from 255) = 53.12%
R=37.16%
G=9.73%
B=53.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149392130.300.8200.16277.9369.0549.41
Hex9527D51E520101164531
Octal225473253612202042610561
Binary10010101100111110101011111010100100100001000101101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9527D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9527D5; }

 p { color: rgb(149,39,213); }

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

<style>
 a { background-color: #9527D5; }

 a { background-color: rgb(149,39,213); }

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

<style>
 span { border-color: #9527D5; }

 span { border-color: rgb(149,39,213); }

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