#9F2BD1

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

Shades of Dark Orchid #9F2BD1

Tints of Dark Orchid #9F2BD1

Color information

#9F2BD1 (or 0x9F2BD1) is unknown color: approx Dark Orchid. HEX triplet: 9F, 2B and D1. RGB value is (159,43,209). Sum of RGB (Red+Green+Blue) = 159+43+209=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #9F2BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2BD1 is #60D42E. Grayscale: #606060. Windows color (decimal): -6345775 or 13708191. OLE color: 13708191.

HSL color Cylindrical-coordinate representation of color #9F2BD1: hue angle of 281.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2BD1 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15943209-
CMYK0.240.7900.18
HSL281.93º65.87%49.41%-
HSV(B)281.93º79.43%81.96%-
XYZ26.6713.761.56-
YUV96.61191.43172.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 43 (17.19% from 255) = 10.46%
BLUE value IS 209 (82.03% from 255) = 50.85%
R=38.69%
G=10.46%
B=50.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal159432090.240.7900.18281.9365.8749.41
Hex9F2BD1184F01211a4231
Octal237533213011702243210261
Binary10011111101011110100011100010011110100101000110101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,43,209); }

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

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

 a { background-color: rgb(159,43,209); }

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

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

 span { border-color: rgb(159,43,209); }

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