#9D18BF

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

Shades of Dark Orchid #9D18BF

Tints of Dark Orchid #9D18BF

Color information

#9D18BF (or 0x9D18BF) is unknown color: approx Dark Orchid. HEX triplet: 9D, 18 and BF. RGB value is (157,24,191). Sum of RGB (Red+Green+Blue) = 157+24+191=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D18BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D18BF is #62E740. Grayscale: #525252. Windows color (decimal): -6481729 or 12523677. OLE color: 12523677.

HSL color Cylindrical-coordinate representation of color #9D18BF: hue angle of 287.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D18BF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15724191-
CMYK0.180.8700.25
HSL287.78º77.67%42.16%-
HSV(B)287.78º87.43%74.9%-
XYZ23.6411.5850.28-
YUV82.8189.06180.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.20%
GREEN value IS 24 (9.77% from 255) = 6.45%
BLUE value IS 191 (75% from 255) = 51.34%
R=42.20%
G=6.45%
B=51.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157241910.180.8700.25287.7877.6742.16
Hex9D18BF12570191204e2a
Octal235302772212703144011652
Binary1001110111000101111111001010101110110011001000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D18BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,24,191); }

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

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

 a { background-color: rgb(157,24,191); }

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

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

 span { border-color: rgb(157,24,191); }

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