#9749DF

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

Shades of Dark Orchid #9749DF

Tints of Dark Orchid #9749DF

Color information

#9749DF (or 0x9749DF) is unknown color: approx Dark Orchid. HEX triplet: 97, 49 and DF. RGB value is (151,73,223). Sum of RGB (Red+Green+Blue) = 151+73+223=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #9749DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749DF is #68B620. Grayscale: #707070. Windows color (decimal): -6862369 or 14633367. OLE color: 14633367.

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

Color convert

RGB15173223-
CMYK0.320.6700.13
HSL271.2º70.09%58.04%-
HSV(B)271.2º67.26%87.45%-
XYZ28.4616.6771.53-
YUV113.42189.84154.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 73 (28.91% from 255) = 16.33%
BLUE value IS 223 (87.5% from 255) = 49.89%
R=33.78%
G=16.33%
B=49.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151732230.320.6700.13271.270.0958.04
Hex9749DF20430D10f463a
Octal2271113374010301541710672
Binary100101111001001110111111000001000011011011000011111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9749DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9749DF; }

 p { color: rgb(151,73,223); }

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

<style>
 a { background-color: #9749DF; }

 a { background-color: rgb(151,73,223); }

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

<style>
 span { border-color: #9749DF; }

 span { border-color: rgb(151,73,223); }

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