#9f3ad6

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

Shades of Dark Orchid #9F3AD6

Tints of Dark Orchid #9F3AD6

Color information

#9F3AD6 (or 0x9F3AD6) is unknown color: approx Dark Orchid. HEX triplet: 9F, 3A and D6. RGB value is (159,58,214). Sum of RGB (Red+Green+Blue) = 159+58+214=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F3AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3AD6 is #60C529. Grayscale: #696969. Windows color (decimal): -6341930 or 14039711. OLE color: 14039711.

HSL color Cylindrical-coordinate representation of color #9F3AD6: hue angle of 278.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F3AD6 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15958214-
CMYK0.260.7300.16
HSL278.85º65.55%53.33%-
HSV(B)278.85º72.9%83.92%-
XYZ27.9515.2565.09-
YUV105.98188.96165.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 214 (83.98% from 255) = 49.65%
R=36.89%
G=13.46%
B=49.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159582140.260.7300.16278.8565.5553.33
Hex9F3AD61A490101174235
Octal237723263211102042710265
Binary10011111111010110101101101010010010100001000101111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f3ad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,58,214); }

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

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

 a { background-color: rgb(159,58,214); }

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

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

 span { border-color: rgb(159,58,214); }

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