#9649DA

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

Shades of Dark Orchid #9649DA

Tints of Dark Orchid #9649DA

Color information

#9649DA (or 0x9649DA) is unknown color: approx Dark Orchid. HEX triplet: 96, 49 and DA. RGB value is (150,73,218). Sum of RGB (Red+Green+Blue) = 150+73+218=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #9649DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649DA is #69B625. Grayscale: #707070. Windows color (decimal): -6927910 or 14305686. OLE color: 14305686.

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

Color convert

RGB15073218-
CMYK0.310.6700.15
HSL271.86º66.21%57.06%-
HSV(B)271.86º66.51%85.49%-
XYZ27.6216.3168.02-
YUV112.55187.51154.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 73 (28.91% from 255) = 16.55%
BLUE value IS 218 (85.55% from 255) = 49.43%
R=34.01%
G=16.55%
B=49.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150732180.310.6700.15271.8666.2157.06
Hex9649DA1F430F1104239
Octal2261113323710301742010271
Binary10010110100100111011010111111000011011111000100001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9649DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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