#9749D8

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

Shades of Dark Orchid #9749D8

Tints of Dark Orchid #9749D8

Color information

#9749D8 (or 0x9749D8) is unknown color: approx Dark Orchid. HEX triplet: 97, 49 and D8. RGB value is (151,73,216). Sum of RGB (Red+Green+Blue) = 151+73+216=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #9749D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749D8 is #68B627. Grayscale: #707070. Windows color (decimal): -6862376 or 14174615. OLE color: 14174615.

HSL color Cylindrical-coordinate representation of color #9749D8: hue angle of 272.73º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9749D8 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15173216-
CMYK0.300.6600.15
HSL272.73º64.71%56.67%-
HSV(B)272.73º66.2%84.71%-
XYZ27.5416.366.66-
YUV112.62186.34155.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 73 (28.91% from 255) = 16.59%
BLUE value IS 216 (84.77% from 255) = 49.09%
R=34.32%
G=16.59%
B=49.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151732160.300.6600.15272.7364.7156.67
Hex9749D81E420F1114139
Octal2271113303610201742110171
Binary10010111100100111011000111101000010011111000100011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9749D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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