#9648DA

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

Shades of Dark Orchid #9648DA

Tints of Dark Orchid #9648DA

Color information

#9648DA (or 0x9648DA) is unknown color: approx Dark Orchid. HEX triplet: 96, 48 and DA. RGB value is (150,72,218). Sum of RGB (Red+Green+Blue) = 150+72+218=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #9648DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9648DA is #69B725. Grayscale: #6F6F6F. Windows color (decimal): -6928166 or 14305430. OLE color: 14305430.

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

Color convert

RGB15072218-
CMYK0.310.6700.15
HSL272.05º66.36%56.86%-
HSV(B)272.05º66.97%85.49%-
XYZ27.5516.1868-
YUV111.97187.84155.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 218 (85.55% from 255) = 49.55%
R=34.09%
G=16.36%
B=49.55%

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
Decimal150722180.310.6700.15272.0566.3656.86
Hex9648DA1F430F1104239
Octal2261103323710301742010271
Binary10010110100100011011010111111000011011111000100001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9648DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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