#9640BF

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

Shades of Dark Orchid #9640BF

Tints of Dark Orchid #9640BF

Color information

#9640BF (or 0x9640BF) is unknown color: approx Dark Orchid. HEX triplet: 96, 40 and BF. RGB value is (150,64,191). Sum of RGB (Red+Green+Blue) = 150+64+191=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #9640BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9640BF is #69BF40. Grayscale: #676767. Windows color (decimal): -6930241 or 12533910. OLE color: 12533910.

HSL color Cylindrical-coordinate representation of color #9640BF: hue angle of 280.63º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9640BF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15064191-
CMYK0.210.6600.25
HSL280.63º49.8%50%-
HSV(B)280.63º66.49%74.9%-
XYZ23.8213.9150.72-
YUV104.19176.99160.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 64 (25.39% from 255) = 15.80%
BLUE value IS 191 (75% from 255) = 47.16%
R=37.04%
G=15.80%
B=47.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150641910.210.6600.25280.6349.850
Hex9640BF15420191193232
Octal226100277251020314316262
Binary10010110100000010111111101011000010011001100011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9640BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9640BF; }

 p { color: rgb(150,64,191); }

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

<style>
 a { background-color: #9640BF; }

 a { background-color: rgb(150,64,191); }

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

<style>
 span { border-color: #9640BF; }

 span { border-color: rgb(150,64,191); }

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