#9649D8

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

Shades of Dark Orchid #9649D8

Tints of Dark Orchid #9649D8

Color information

#9649D8 (or 0x9649D8) is unknown color: approx Dark Orchid. HEX triplet: 96, 49 and D8. RGB value is (150,73,216). Sum of RGB (Red+Green+Blue) = 150+73+216=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #9649D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649D8 is #69B627. Grayscale: #6F6F6F. Windows color (decimal): -6927912 or 14174614. OLE color: 14174614.

HSL color Cylindrical-coordinate representation of color #9649D8: hue angle of 272.31º 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 #9649D8 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15073216-
CMYK0.310.6600.15
HSL272.31º64.71%56.67%-
HSV(B)272.31º66.2%84.71%-
XYZ27.3516.2166.65-
YUV112.32186.51154.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 73 (28.91% from 255) = 16.63%
BLUE value IS 216 (84.77% from 255) = 49.20%
R=34.17%
G=16.63%
B=49.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150732160.310.6600.15272.3164.7156.67
Hex9649D81F420F1104139
Octal2261113303710201742010171
Binary10010110100100111011000111111000010011111000100001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9649D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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