#9547D5

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

Shades of Dark Orchid #9547D5

Tints of Dark Orchid #9547D5

Color information

#9547D5 (or 0x9547D5) is unknown color: approx Dark Orchid. HEX triplet: 95, 47 and D5. RGB value is (149,71,213). Sum of RGB (Red+Green+Blue) = 149+71+213=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #9547D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9547D5 is #6AB82A. Grayscale: #6E6E6E. Windows color (decimal): -6993963 or 13977493. OLE color: 13977493.

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

Color convert

RGB14971213-
CMYK0.300.6700.16
HSL272.96º62.83%55.69%-
HSV(B)272.96º66.67%83.53%-
XYZ26.6615.764.58-
YUV110.51185.84155.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 71 (28.12% from 255) = 16.40%
BLUE value IS 213 (83.59% from 255) = 49.19%
R=34.41%
G=16.40%
B=49.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149712130.300.6700.16272.9662.8355.69
Hex9547D51E430101113f38
Octal225107325361030204217770
Binary10010101100011111010101111101000011010000100010001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9547D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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