#9949D3

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

Shades of Dark Orchid #9949D3

Tints of Dark Orchid #9949D3

Color information

#9949D3 (or 0x9949D3) is unknown color: approx Dark Orchid. HEX triplet: 99, 49 and D3. RGB value is (153,73,211). Sum of RGB (Red+Green+Blue) = 153+73+211=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #9949D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949D3 is #66B62C. Grayscale: #707070. Windows color (decimal): -6731309 or 13846937. OLE color: 13846937.

HSL color Cylindrical-coordinate representation of color #9949D3: hue angle of 274.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9949D3 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15373211-
CMYK0.270.6500.17
HSL274.78º61.06%55.69%-
HSV(B)274.78º65.4%82.75%-
XYZ27.2816.2463.33-
YUV112.65183.5156.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 211 (82.81% from 255) = 48.28%
R=35.01%
G=16.70%
B=48.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal153732110.270.6500.17274.7861.0655.69
Hex9949D31B410111133d38
Octal231111323331010214237570
Binary10011001100100111010011110111000001010001100010011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9949D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9949D3; }

 p { color: rgb(153,73,211); }

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

<style>
 a { background-color: #9949D3; }

 a { background-color: rgb(153,73,211); }

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

<style>
 span { border-color: #9949D3; }

 span { border-color: rgb(153,73,211); }

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