#9A40BE

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

Shades of Dark Orchid #9A40BE

Tints of Dark Orchid #9A40BE

Color information

#9A40BE (or 0x9A40BE) is unknown color: approx Dark Orchid. HEX triplet: 9A, 40 and BE. RGB value is (154,64,190). Sum of RGB (Red+Green+Blue) = 154+64+190=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A40BE is #65BF41. Grayscale: #686868. Windows color (decimal): -6668098 or 12468378. OLE color: 12468378.

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

Color convert

RGB15464190-
CMYK0.190.6600.25
HSL282.86º49.61%49.8%-
HSV(B)282.86º66.32%74.51%-
XYZ24.4514.2550.18-
YUV105.27175.82162.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=37.75%
G=15.69%
B=46.57%

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
Decimal154641900.190.6600.25282.8649.6149.8
Hex9A40BE134201911b3232
Octal232100276231020314336262
Binary10011010100000010111110100111000010011001100011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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