#9b47df

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

Shades of Dark Orchid #9B47DF

Tints of Dark Orchid #9B47DF

Color information

#9B47DF (or 0x9B47DF) is unknown color: approx Dark Orchid. HEX triplet: 9B, 47 and DF. RGB value is (155,71,223). Sum of RGB (Red+Green+Blue) = 155+71+223=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B47DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B47DF is #64B820. Grayscale: #707070. Windows color (decimal): -6600737 or 14632859. OLE color: 14632859.

HSL color Cylindrical-coordinate representation of color #9B47DF: hue angle of 273.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B47DF is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15571223-
CMYK0.300.6800.13
HSL273.16º70.37%57.65%-
HSV(B)273.16º68.16%87.45%-
XYZ29.0916.871.52-
YUV113.44189.83157.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 71 (28.12% from 255) = 15.81%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=34.52%
G=15.81%
B=49.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155712230.300.6800.13273.1670.3757.65
Hex9B47DF1E440D111463a
Octal2331073373610401542110672
Binary10011011100011111011111111101000100011011000100011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b47df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b47df; }

 p { color: rgb(155,71,223); }

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

<style>
 a { background-color: #9b47df; }

 a { background-color: rgb(155,71,223); }

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

<style>
 span { border-color: #9b47df; }

 span { border-color: rgb(155,71,223); }

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