#9F18BD

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

Shades of Dark Orchid #9F18BD

Tints of Dark Orchid #9F18BD

Color information

#9F18BD (or 0x9F18BD) is unknown color: approx Dark Orchid. HEX triplet: 9F, 18 and BD. RGB value is (159,24,189). Sum of RGB (Red+Green+Blue) = 159+24+189=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F18BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18BD is #60E742. Grayscale: #525252. Windows color (decimal): -6350659 or 12392607. OLE color: 12392607.

HSL color Cylindrical-coordinate representation of color #9F18BD: hue angle of 289.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F18BD is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15924189-
CMYK0.160.8700.26
HSL289.09º77.46%41.76%-
HSV(B)289.09º87.3%74.12%-
XYZ23.8111.749.15-
YUV83.18187.73182.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 24 (9.77% from 255) = 6.45%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=42.74%
G=6.45%
B=50.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159241890.160.8700.26289.0977.4641.76
Hex9F18BD105701A1214d2a
Octal237302752012703244111552
Binary1001111111000101111011000010101110110101001000011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F18BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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