#9646DA

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

Shades of Dark Orchid #9646DA

Tints of Dark Orchid #9646DA

Color information

#9646DA (or 0x9646DA) is unknown color: approx Dark Orchid. HEX triplet: 96, 46 and DA. RGB value is (150,70,218). Sum of RGB (Red+Green+Blue) = 150+70+218=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #9646DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646DA is #69B925. Grayscale: #6E6E6E. Windows color (decimal): -6928678 or 14304918. OLE color: 14304918.

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

Color convert

RGB15070218-
CMYK0.310.6800.15
HSL272.43º66.67%56.47%-
HSV(B)272.43º67.89%85.49%-
XYZ27.4215.9367.96-
YUV110.79188.5155.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 218 (85.55% from 255) = 49.77%
R=34.25%
G=15.98%
B=49.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150702180.310.6800.15272.4366.6756.47
Hex9646DA1F440F1104338
Octal2261063323710401742010370
Binary10010110100011011011010111111000100011111000100001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9646DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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