#9a40c7

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

Shades of Dark Orchid #9A40C7

Tints of Dark Orchid #9A40C7

Color information

#9A40C7 (or 0x9A40C7) is unknown color: approx Dark Orchid. HEX triplet: 9A, 40 and C7. RGB value is (154,64,199). Sum of RGB (Red+Green+Blue) = 154+64+199=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 199 - color contains mainly: blue. Hex color #9A40C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A40C7 is #65BF38. Grayscale: #696969. Windows color (decimal): -6668089 or 13058202. OLE color: 13058202.

HSL color Cylindrical-coordinate representation of color #9A40C7: hue angle of 280º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A40C7 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15464199-
CMYK0.230.6800.22
HSL280º54.66%51.57%-
HSV(B)280º67.84%78.04%-
XYZ25.4714.6655.52-
YUV106.3180.32162.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.93%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 199 (78.12% from 255) = 47.72%
R=36.93%
G=15.35%
B=47.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154641990.230.6800.2228054.6651.57
Hex9A40C717440161183734
Octal232100307271040264306764
Binary10011010100000011000111101111000100010110100011000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a40c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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