#9529C9

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

Shades of Dark Orchid #9529C9

Tints of Dark Orchid #9529C9

Color information

#9529C9 (or 0x9529C9) is unknown color: approx Dark Orchid. HEX triplet: 95, 29 and C9. RGB value is (149,41,201). Sum of RGB (Red+Green+Blue) = 149+41+201=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #9529C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529C9 is #6AD636. Grayscale: #5A5A5A. Windows color (decimal): -7001655 or 13183381. OLE color: 13183381.

HSL color Cylindrical-coordinate representation of color #9529C9: hue angle of 280.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9529C9 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14941201-
CMYK0.260.8000.21
HSL280.5º66.12%47.45%-
HSV(B)280.5º79.6%78.82%-
XYZ23.7312.1956.36-
YUV91.53189.78168.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 41 (16.41% from 255) = 10.49%
BLUE value IS 201 (78.91% from 255) = 51.41%
R=38.11%
G=10.49%
B=51.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149412010.260.8000.21280.566.1247.45
Hex9529C91A50015118422f
Octal225513113212002543010257
Binary10010101101001110010011101010100000101011000110001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9529C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9529C9; }

 p { color: rgb(149,41,201); }

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

<style>
 a { background-color: #9529C9; }

 a { background-color: rgb(149,41,201); }

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

<style>
 span { border-color: #9529C9; }

 span { border-color: rgb(149,41,201); }

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