#9F18B4

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

Shades of Dark Orchid #9F18B4

Tints of Dark Orchid #9F18B4

Color information

#9F18B4 (or 0x9F18B4) is unknown color: approx Dark Orchid. HEX triplet: 9F, 18 and B4. RGB value is (159,24,180). Sum of RGB (Red+Green+Blue) = 159+24+180=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F18B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18B4 is #60E74B. Grayscale: #515151. Windows color (decimal): -6350668 or 11802783. OLE color: 11802783.

HSL color Cylindrical-coordinate representation of color #9F18B4: hue angle of 291.92º degrees, saturation: 0.76, 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 #9F18B4 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15924180-
CMYK0.120.8700.29
HSL291.92º76.47%40%-
HSV(B)291.92º86.67%70.59%-
XYZ22.8611.3244.16-
YUV82.15183.23182.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 24 (9.77% from 255) = 6.61%
BLUE value IS 180 (70.70% from 255) = 49.59%
R=43.80%
G=6.61%
B=49.59%

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
Decimal159241800.120.8700.29291.9276.4740
Hex9F18B4C5701D1244c28
Octal237302641412703544411450
Binary100111111100010110100110010101110111011001001001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F18B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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