#9649DE

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

Shades of Dark Orchid #9649DE

Tints of Dark Orchid #9649DE

Color information

#9649DE (or 0x9649DE) is unknown color: approx Dark Orchid. HEX triplet: 96, 49 and DE. RGB value is (150,73,222). Sum of RGB (Red+Green+Blue) = 150+73+222=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #9649DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649DE is #69B621. Grayscale: #707070. Windows color (decimal): -6927906 or 14567830. OLE color: 14567830.

HSL color Cylindrical-coordinate representation of color #9649DE: hue angle of 271.01º degrees, saturation: 0.69, 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 #9649DE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15073222-
CMYK0.320.6700.13
HSL271.01º69.3%57.84%-
HSV(B)271.01º67.12%87.06%-
XYZ28.1516.5270.81-
YUV113.01189.51154.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 73 (28.91% from 255) = 16.40%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=33.71%
G=16.40%
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
Decimal150732220.320.6700.13271.0169.357.84
Hex9649DE20430D10f453a
Octal2261113364010301541710572
Binary100101101001001110111101000001000011011011000011111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9649DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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