#9B49D7

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

Shades of Dark Orchid #9B49D7

Tints of Dark Orchid #9B49D7

Color information

#9B49D7 (or 0x9B49D7) is unknown color: approx Dark Orchid. HEX triplet: 9B, 49 and D7. RGB value is (155,73,215). Sum of RGB (Red+Green+Blue) = 155+73+215=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B49D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B49D7 is #64B628. Grayscale: #717171. Windows color (decimal): -6600233 or 14109083. OLE color: 14109083.

HSL color Cylindrical-coordinate representation of color #9B49D7: hue angle of 274.65º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B49D7 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15573215-
CMYK0.280.6600.16
HSL274.65º63.96%56.47%-
HSV(B)274.65º66.05%84.31%-
XYZ28.1716.6466.02-
YUV113.71185.17157.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 215 (84.38% from 255) = 48.53%
R=34.99%
G=16.48%
B=48.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155732150.280.6600.16274.6563.9656.47
Hex9B49D71C420101134038
Octal2331113273410202042310070
Binary100110111001001110101111110010000100100001000100111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B49D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,73,215); }

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

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

 a { background-color: rgb(155,73,215); }

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

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

 span { border-color: rgb(155,73,215); }

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