#9F40D4

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

Shades of Dark Orchid #9F40D4

Tints of Dark Orchid #9F40D4

Color information

#9F40D4 (or 0x9F40D4) is unknown color: approx Dark Orchid. HEX triplet: 9F, 40 and D4. RGB value is (159,64,212). Sum of RGB (Red+Green+Blue) = 159+64+212=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #9F40D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40D4 is #60BF2B. Grayscale: #6C6C6C. Windows color (decimal): -6340396 or 13910175. OLE color: 13910175.

HSL color Cylindrical-coordinate representation of color #9F40D4: hue angle of 278.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F40D4 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15964212-
CMYK0.250.7000.17
HSL278.51º63.25%54.12%-
HSV(B)278.51º69.81%83.14%-
XYZ28.0215.7963.86-
YUV109.28185.97163.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.55%
GREEN value IS 64 (25.39% from 255) = 14.71%
BLUE value IS 212 (83.20% from 255) = 48.74%
R=36.55%
G=14.71%
B=48.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal159642120.250.7000.17278.5163.2554.12
Hex9F40D419460111173f36
Octal237100324311060214277766
Binary10011111100000011010100110011000110010001100010111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F40D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,64,212); }

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

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

 a { background-color: rgb(159,64,212); }

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

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

 span { border-color: rgb(159,64,212); }

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