#9645D9

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

Shades of Dark Orchid #9645D9

Tints of Dark Orchid #9645D9

Color information

#9645D9 (or 0x9645D9) is unknown color: approx Dark Orchid. HEX triplet: 96, 45 and D9. RGB value is (150,69,217). Sum of RGB (Red+Green+Blue) = 150+69+217=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #9645D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645D9 is #69BA26. Grayscale: #6D6D6D. Windows color (decimal): -6928935 or 14239126. OLE color: 14239126.

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

Color convert

RGB15069217-
CMYK0.310.6800.15
HSL272.84º66.07%56.08%-
HSV(B)272.84º68.2%85.1%-
XYZ27.2315.7567.25-
YUV110.09188.34156.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 69 (27.34% from 255) = 15.83%
BLUE value IS 217 (85.16% from 255) = 49.77%
R=34.40%
G=15.83%
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
Decimal150692170.310.6800.15272.8466.0756.08
Hex9645D91F440F1114238
Octal2261053313710401742110270
Binary10010110100010111011001111111000100011111000100011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9645D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9645D9; }

 p { color: rgb(150,69,217); }

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

<style>
 a { background-color: #9645D9; }

 a { background-color: rgb(150,69,217); }

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

<style>
 span { border-color: #9645D9; }

 span { border-color: rgb(150,69,217); }

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