#9A40BF

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

Shades of Dark Orchid #9A40BF

Tints of Dark Orchid #9A40BF

Color information

#9A40BF (or 0x9A40BF) is unknown color: approx Dark Orchid. HEX triplet: 9A, 40 and BF. RGB value is (154,64,191). Sum of RGB (Red+Green+Blue) = 154+64+191=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A40BF is #65BF40. Grayscale: #686868. Windows color (decimal): -6668097 or 12533914. OLE color: 12533914.

HSL color Cylindrical-coordinate representation of color #9A40BF: hue angle of 282.52º 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 #9A40BF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15464191-
CMYK0.190.6600.25
HSL282.52º49.8%50%-
HSV(B)282.52º66.49%74.9%-
XYZ24.5614.350.76-
YUV105.39176.32162.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 191 (75% from 255) = 46.70%
R=37.65%
G=15.65%
B=46.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154641910.190.6600.25282.5249.850
Hex9A40BF134201911b3232
Octal232100277231020314336262
Binary10011010100000010111111100111000010011001100011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A40BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A40BF; }

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

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

<style>
 a { background-color: #9A40BF; }

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

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

<style>
 span { border-color: #9A40BF; }

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

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