#9F18B5

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

Shades of Dark Orchid #9F18B5

Tints of Dark Orchid #9F18B5

Color information

#9F18B5 (or 0x9F18B5) is unknown color: approx Dark Orchid. HEX triplet: 9F, 18 and B5. RGB value is (159,24,181). Sum of RGB (Red+Green+Blue) = 159+24+181=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #9F18B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18B5 is #60E74A. Grayscale: #515151. Windows color (decimal): -6350667 or 11868319. OLE color: 11868319.

HSL color Cylindrical-coordinate representation of color #9F18B5: hue angle of 291.59º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F18B5 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15924181-
CMYK0.120.8700.29
HSL291.59º76.59%40.2%-
HSV(B)291.59º86.74%70.98%-
XYZ22.9711.3644.7-
YUV82.26183.73182.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.68%
GREEN value IS 24 (9.77% from 255) = 6.59%
BLUE value IS 181 (71.09% from 255) = 49.73%
R=43.68%
G=6.59%
B=49.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159241810.120.8700.29291.5976.5940.2
Hex9F18B5C5701D1244d28
Octal237302651412703544411550
Binary100111111100010110101110010101110111011001001001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F18B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,24,181); }

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

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

 a { background-color: rgb(159,24,181); }

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

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

 span { border-color: rgb(159,24,181); }

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